Html Css Color HEX #141B27 Black Russian

📋 copy color: '#141B27'

red 20 ◦ green 27 ◦ blue 39

#141B27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #141B27

Tints of Black Russian #141B27

RGB

 RED value IS 20 (8.2% from 255) = 23.26%

 GREEN value IS 27 (10.94% from 255) = 31.4%

 BLUE value IS 39 (15.63% from 255) = 45.35%

R = 23.26%
G = 31.4%
B = 45.35%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#141B27 (or 0x141B27) is known color: Black Russian. HEX triplet: 14, 1B and 27. RGB value is (20,27,39). Sum of RGB (Red+Green+Blue) = 20+27+39=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #141B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B27 is #EBE4D8. Grayscale: #1A1A1A. Windows color (decimal): -15459545 or 2562836. OLE color: 2562836.

HSL color Cylindrical-coordinate representation of color #141B27: hue angle of 217.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141B27 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 27 39 -
CMYK 0.49 0.31 0 0.85
HSL 217.89º 0.32% 0.12% -
HSV(B) 217.89º 0.49% 0.15% -
XYZ 1.05 1.08 2.07 -
YUV 26.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 20 27 39 0.49 0.31 0 0.85 217.89 0.32 0.12
Hex 14 1B 27 31 1F 0 55 DA 20 C
Octal 24 33 47 61 37 0 125 332 40 14
Binary 10100 11011 100111 110001 11111 0 1010101 11011010 100000 1100

Color Harmonies of #141B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B27

Black with #141B27

Text Example


Text Example

White with #141B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B27; }

 p { color: rgb(20,27,39); }

 H1.HeaderClassName
 {
   color: #141B27;
 }
 .AnyTagClassName
 {
   color: #141B27;
 }
</style>

background-color css

<style>
 a { background-color: #141B27; }

 a { background-color: rgb(20,27,39); }

 div.DivClassName
 {
   background-color: #141B27;
 }
 .BgClassName
 {
   background-color: #141B27;
 }
</style>

border-color css

<style>
 span { border-color: #141B27; }

 span { border-color: rgb(20,27,39); }

 td.TdClassName
 {
   border-color: #141B27;
 }
 .TagClassName
 {
   border-color: #141B27;
 }
</style>