Html Css Color HEX #141336 Black Russian

📋 copy color: '#141336'

red 20 ◦ green 19 ◦ blue 54

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

Shades of Black Russian #141336

Tints of Black Russian #141336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

 BLUE value IS 54 (21.48% from 255) = 58.06%

R = 21.51%
G = 20.43%
B = 58.06%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141336 (or 0x141336) is known color: Black Russian. HEX triplet: 14, 13 and 36. RGB value is (20,19,54). Sum of RGB (Red+Green+Blue) = 20+19+54=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #141336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141336 is #EBECC9. Grayscale: #171717. Windows color (decimal): -15461578 or 3543828. OLE color: 3543828.

HSL color Cylindrical-coordinate representation of color #141336: hue angle of 241.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141336 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 19 54 -
CMYK 0.63 0.65 0 0.79
HSL 241.71º 0.48% 0.14% -
HSV(B) 241.71º 0.65% 0.21% -
XYZ 1.19 0.88 3.6 -
YUV 23.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 20 19 54 0.63 0.65 0 0.79 241.71 0.48 0.14
Hex 14 13 36 3F 41 0 4F F2 30 E
Octal 24 23 66 77 101 0 117 362 60 16
Binary 10100 10011 110110 111111 1000001 0 1001111 11110010 110000 1110

Color Harmonies of #141336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141336

Black with #141336

Text Example


Text Example

White with #141336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141336; }

 p { color: rgb(20,19,54); }

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

background-color css

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

 a { background-color: rgb(20,19,54); }

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

border-color css

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

 span { border-color: rgb(20,19,54); }

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