Html Css Color HEX #141237 Black Russian

📋 copy color: '#141237'

red 20 ◦ green 18 ◦ blue 55

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

Shades of Black Russian #141237

Tints of Black Russian #141237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 59.14%

R = 21.51%
G = 19.35%
B = 59.14%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141237 (or 0x141237) is known color: Black Russian. HEX triplet: 14, 12 and 37. RGB value is (20,18,55). Sum of RGB (Red+Green+Blue) = 20+18+55=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #141237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141237 is #EBEDC8. Grayscale: #161616. Windows color (decimal): -15461833 or 3609108. OLE color: 3609108.

HSL color Cylindrical-coordinate representation of color #141237: hue angle of 243.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141237 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 18 55 -
CMYK 0.64 0.67 0 0.78
HSL 243.24º 0.51% 0.14% -
HSV(B) 243.24º 0.67% 0.22% -
XYZ 1.19 0.86 3.72 -
YUV 22.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 20 18 55 0.64 0.67 0 0.78 243.24 0.51 0.14
Hex 14 12 37 40 43 0 4E F3 33 E
Octal 24 22 67 100 103 0 116 363 63 16
Binary 10100 10010 110111 1000000 1000011 0 1001110 11110011 110011 1110

Color Harmonies of #141237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141237

Black with #141237

Text Example


Text Example

White with #141237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141237; }

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

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

background-color css

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

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

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

border-color css

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

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

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