Html Css Color HEX #12172A Black Russian

📋 copy color: '#12172A'

red 18 ◦ green 23 ◦ blue 42

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

Shades of Black Russian #12172A

Tints of Black Russian #12172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

 BLUE value IS 42 (16.8% from 255) = 50.6%

R = 21.69%
G = 27.71%
B = 50.6%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#12172A (or 0x12172A) is known color: Black Russian. HEX triplet: 12, 17 and 2A. RGB value is (18,23,42). Sum of RGB (Red+Green+Blue) = 18+23+42=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #12172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172A is #EDE8D5. Grayscale: #171717. Windows color (decimal): -15591638 or 2758418. OLE color: 2758418.

HSL color Cylindrical-coordinate representation of color #12172A: hue angle of 227.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12172A is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 23 42 -
CMYK 0.57 0.45 0 0.84
HSL 227.5º 0.4% 0.12% -
HSV(B) 227.5º 0.57% 0.16% -
XYZ 0.97 0.91 2.31 -
YUV 23.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 18 23 42 0.57 0.45 0 0.84 227.5 0.4 0.12
Hex 12 17 2A 39 2D 0 54 E4 28 C
Octal 22 27 52 71 55 0 124 344 50 14
Binary 10010 10111 101010 111001 101101 0 1010100 11100100 101000 1100

Color Harmonies of #12172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12172A

Black with #12172A

Text Example


Text Example

White with #12172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12172A; }

 p { color: rgb(18,23,42); }

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

background-color css

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

 a { background-color: rgb(18,23,42); }

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

border-color css

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

 span { border-color: rgb(18,23,42); }

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