Html Css Color HEX #141324 Black Russian

📋 copy color: '#141324'

red 20 ◦ green 19 ◦ blue 36

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

Shades of Black Russian #141324

Tints of Black Russian #141324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 48%

R = 26.67%
G = 25.33%
B = 48%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141324 (or 0x141324) is known color: Black Russian. HEX triplet: 14, 13 and 24. RGB value is (20,19,36). Sum of RGB (Red+Green+Blue) = 20+19+36=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #141324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141324 is #EBECDB. Grayscale: #151515. Windows color (decimal): -15461596 or 2364180. OLE color: 2364180.

HSL color Cylindrical-coordinate representation of color #141324: hue angle of 243.53º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141324 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 19 36 -
CMYK 0.44 0.47 0 0.86
HSL 243.53º 0.31% 0.11% -
HSV(B) 243.53º 0.47% 0.14% -
XYZ 0.84 0.74 1.77 -
YUV 21.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 20 19 36 0.44 0.47 0 0.86 243.53 0.31 0.11
Hex 14 13 24 2C 2F 0 56 F4 1F B
Octal 24 23 44 54 57 0 126 364 37 13
Binary 10100 10011 100100 101100 101111 0 1010110 11110100 11111 1011

Color Harmonies of #141324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141324

Black with #141324

Text Example


Text Example

White with #141324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141324; }

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

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

background-color css

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

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

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

border-color css

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

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

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