Html Css Color HEX #141236 Black Russian

📋 copy color: '#141236'

red 20 ◦ green 18 ◦ blue 54

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

Shades of Black Russian #141236

Tints of Black Russian #141236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 21.74%
G = 19.57%
B = 58.7%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141236 (or 0x141236) is known color: Black Russian. HEX triplet: 14, 12 and 36. RGB value is (20,18,54). Sum of RGB (Red+Green+Blue) = 20+18+54=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #141236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141236 is #EBEDC9. Grayscale: #161616. Windows color (decimal): -15461834 or 3543572. OLE color: 3543572.

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

Color convert

RGB 20 18 54 -
CMYK 0.63 0.67 0 0.79
HSL 243.33º 0.5% 0.14% -
HSV(B) 243.33º 0.67% 0.21% -
XYZ 1.17 0.85 3.59 -
YUV 22.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 20 18 54 0.63 0.67 0 0.79 243.33 0.5 0.14
Hex 14 12 36 3F 43 0 4F F3 32 E
Octal 24 22 66 77 103 0 117 363 62 16
Binary 10100 10010 110110 111111 1000011 0 1001111 11110011 110010 1110

Color Harmonies of #141236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141236

Black with #141236

Text Example


Text Example

White with #141236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141236; }

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

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

background-color css

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

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

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

border-color css

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

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

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