Html Css Color HEX #121526 Black Russian

📋 copy color: '#121526'

red 18 ◦ green 21 ◦ blue 38

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

Shades of Black Russian #121526

Tints of Black Russian #121526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 49.35%

R = 23.38%
G = 27.27%
B = 49.35%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121526 (or 0x121526) is known color: Black Russian. HEX triplet: 12, 15 and 26. RGB value is (18,21,38). Sum of RGB (Red+Green+Blue) = 18+21+38=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #121526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121526 is #EDEAD9. Grayscale: #151515. Windows color (decimal): -15592154 or 2495762. OLE color: 2495762.

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

Color convert

RGB 18 21 38 -
CMYK 0.53 0.45 0 0.85
HSL 231º 0.36% 0.11% -
HSV(B) 231º 0.53% 0.15% -
XYZ 0.87 0.8 1.94 -
YUV 22.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 18 21 38 0.53 0.45 0 0.85 231 0.36 0.11
Hex 12 15 26 35 2D 0 55 E7 24 B
Octal 22 25 46 65 55 0 125 347 44 13
Binary 10010 10101 100110 110101 101101 0 1010101 11100111 100100 1011

Color Harmonies of #121526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121526

Black with #121526

Text Example


Text Example

White with #121526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121526; }

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

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

background-color css

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

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

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

border-color css

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

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

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