Html Css Color HEX #121828 Black Russian

📋 copy color: '#121828'

red 18 ◦ green 24 ◦ blue 40

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

Shades of Black Russian #121828

Tints of Black Russian #121828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 21.95%
G = 29.27%
B = 48.78%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121828 (or 0x121828) is known color: Black Russian. HEX triplet: 12, 18 and 28. RGB value is (18,24,40). Sum of RGB (Red+Green+Blue) = 18+24+40=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #121828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121828 is #EDE7D7. Grayscale: #171717. Windows color (decimal): -15591384 or 2627602. OLE color: 2627602.

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

Color convert

RGB 18 24 40 -
CMYK 0.55 0.40 0 0.84
HSL 223.64º 0.38% 0.11% -
HSV(B) 223.64º 0.55% 0.16% -
XYZ 0.96 0.94 2.14 -
YUV 24.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 18 24 40 0.55 0.40 0 0.84 223.64 0.38 0.11
Hex 12 18 28 37 28 0 54 E0 26 B
Octal 22 30 50 67 50 0 124 340 46 13
Binary 10010 11000 101000 110111 101000 0 1010100 11100000 100110 1011

Color Harmonies of #121828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121828

Black with #121828

Text Example


Text Example

White with #121828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121828; }

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

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

background-color css

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

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

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

border-color css

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

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

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