Html Css Color HEX #141228 Black Russian

📋 copy color: '#141228'

red 20 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #141228

Tints of Black Russian #141228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 25.64%
G = 23.08%
B = 51.28%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141228 (or 0x141228) is known color: Black Russian. HEX triplet: 14, 12 and 28. RGB value is (20,18,40). Sum of RGB (Red+Green+Blue) = 20+18+40=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #141228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141228 is #EBEDD7. Grayscale: #151515. Windows color (decimal): -15461848 or 2626068. OLE color: 2626068.

HSL color Cylindrical-coordinate representation of color #141228: hue angle of 245.45º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141228 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 18 40 -
CMYK 0.5 0.55 0 0.84
HSL 245.45º 0.38% 0.11% -
HSV(B) 245.45º 0.55% 0.16% -
XYZ 0.89 0.73 2.1 -
YUV 21.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 20 18 40 0.5 0.55 0 0.84 245.45 0.38 0.11
Hex 14 12 28 32 37 0 54 F5 26 B
Octal 24 22 50 62 67 0 124 365 46 13
Binary 10100 10010 101000 110010 110111 0 1010100 11110101 100110 1011

Color Harmonies of #141228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141228

Black with #141228

Text Example


Text Example

White with #141228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141228; }

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

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

background-color css

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

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

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

border-color css

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

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

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