Html Css Color HEX #121326 Black Russian

📋 copy color: '#121326'

red 18 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #121326

Tints of Black Russian #121326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 24%
G = 25.33%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121326 (or 0x121326) is known color: Black Russian. HEX triplet: 12, 13 and 26. RGB value is (18,19,38). Sum of RGB (Red+Green+Blue) = 18+19+38=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #121326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121326 is #EDECD9. Grayscale: #141414. Windows color (decimal): -15592666 or 2495250. OLE color: 2495250.

HSL color Cylindrical-coordinate representation of color #121326: hue angle of 237º 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 #121326 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 19 38 -
CMYK 0.53 0.50 0 0.85
HSL 237º 0.36% 0.11% -
HSV(B) 237º 0.53% 0.15% -
XYZ 0.83 0.73 1.93 -
YUV 20.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 18 19 38 0.53 0.50 0 0.85 237 0.36 0.11
Hex 12 13 26 35 32 0 55 ED 24 B
Octal 22 23 46 65 62 0 125 355 44 13
Binary 10010 10011 100110 110101 110010 0 1010101 11101101 100100 1011

Color Harmonies of #121326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121326

Black with #121326

Text Example


Text Example

White with #121326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121326; }

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

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

background-color css

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

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

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

border-color css

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

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

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