Html Css Color HEX #121928 Black Russian

📋 copy color: '#121928'

red 18 ◦ green 25 ◦ blue 40

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

Shades of Black Russian #121928

Tints of Black Russian #121928

RGB

 RED value IS 18 (7.42% from 255) = 21.69%

 GREEN value IS 25 (10.16% from 255) = 30.12%

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

R = 21.69%
G = 30.12%
B = 48.19%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121928 (or 0x121928) is known color: Black Russian. HEX triplet: 12, 19 and 28. RGB value is (18,25,40). Sum of RGB (Red+Green+Blue) = 18+25+40=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #121928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121928 is #EDE6D7. Grayscale: #181818. Windows color (decimal): -15591128 or 2627858. OLE color: 2627858.

HSL color Cylindrical-coordinate representation of color #121928: hue angle of 220.91º 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 #121928 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 25 40 -
CMYK 0.55 0.38 0 0.84
HSL 220.91º 0.38% 0.11% -
HSV(B) 220.91º 0.55% 0.16% -
XYZ 0.98 0.98 2.14 -
YUV 24.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 18 25 40 0.55 0.38 0 0.84 220.91 0.38 0.11
Hex 12 19 28 37 26 0 54 DD 26 B
Octal 22 31 50 67 46 0 124 335 46 13
Binary 10010 11001 101000 110111 100110 0 1010100 11011101 100110 1011

Color Harmonies of #121928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121928

Black with #121928

Text Example


Text Example

White with #121928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121928; }

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

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

background-color css

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

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

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

border-color css

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

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

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