Html Css Color HEX #141227 Black Russian

📋 copy color: '#141227'

red 20 ◦ green 18 ◦ blue 39

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

Shades of Black Russian #141227

Tints of Black Russian #141227

RGB

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

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

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

R = 25.97%
G = 23.38%
B = 50.65%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141227 (or 0x141227) is known color: Black Russian. HEX triplet: 14, 12 and 27. RGB value is (20,18,39). Sum of RGB (Red+Green+Blue) = 20+18+39=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #141227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141227 is #EBEDD8. Grayscale: #141414. Windows color (decimal): -15461849 or 2560532. OLE color: 2560532.

HSL color Cylindrical-coordinate representation of color #141227: hue angle of 245.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #141227 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 18 39 -
CMYK 0.49 0.54 0 0.85
HSL 245.71º 0.37% 0.11% -
HSV(B) 245.71º 0.54% 0.15% -
XYZ 0.87 0.73 2.01 -
YUV 20.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 20 18 39 0.49 0.54 0 0.85 245.71 0.37 0.11
Hex 14 12 27 31 36 0 55 F6 25 B
Octal 24 22 47 61 66 0 125 366 45 13
Binary 10100 10010 100111 110001 110110 0 1010101 11110110 100101 1011

Color Harmonies of #141227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141227

Black with #141227

Text Example


Text Example

White with #141227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141227; }

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

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

background-color css

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

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

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

border-color css

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

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

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