Html Css Color HEX #121528 Black Russian

📋 copy color: '#121528'

red 18 ◦ green 21 ◦ blue 40

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

Shades of Black Russian #121528

Tints of Black Russian #121528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 22.78%
G = 26.58%
B = 50.63%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121528 (or 0x121528) is known color: Black Russian. HEX triplet: 12, 15 and 28. RGB value is (18,21,40). Sum of RGB (Red+Green+Blue) = 18+21+40=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #121528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121528 is #EDEAD7. Grayscale: #161616. Windows color (decimal): -15592152 or 2626834. OLE color: 2626834.

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

Color convert

RGB 18 21 40 -
CMYK 0.55 0.48 0 0.84
HSL 231.82º 0.38% 0.11% -
HSV(B) 231.82º 0.55% 0.16% -
XYZ 0.9 0.82 2.12 -
YUV 22.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 18 21 40 0.55 0.48 0 0.84 231.82 0.38 0.11
Hex 12 15 28 37 30 0 54 E8 26 B
Octal 22 25 50 67 60 0 124 350 46 13
Binary 10010 10101 101000 110111 110000 0 1010100 11101000 100110 1011

Color Harmonies of #121528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121528

Black with #121528

Text Example


Text Example

White with #121528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121528; }

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

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

background-color css

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

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

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

border-color css

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

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

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