Html Css Color HEX #12172B Black Russian

📋 copy color: '#12172B'

red 18 ◦ green 23 ◦ blue 43

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

Shades of Black Russian #12172B

Tints of Black Russian #12172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 21.43%
G = 27.38%
B = 51.19%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#12172B (or 0x12172B) is known color: Black Russian. HEX triplet: 12, 17 and 2B. RGB value is (18,23,43). Sum of RGB (Red+Green+Blue) = 18+23+43=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #12172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172B is #EDE8D4. Grayscale: #171717. Windows color (decimal): -15591637 or 2823954. OLE color: 2823954.

HSL color Cylindrical-coordinate representation of color #12172B: hue angle of 228º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12172B is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 23 43 -
CMYK 0.58 0.47 0 0.83
HSL 228º 0.41% 0.12% -
HSV(B) 228º 0.58% 0.17% -
XYZ 0.99 0.92 2.41 -
YUV 23.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 18 23 43 0.58 0.47 0 0.83 228 0.41 0.12
Hex 12 17 2B 3A 2F 0 53 E4 29 C
Octal 22 27 53 72 57 0 123 344 51 14
Binary 10010 10111 101011 111010 101111 0 1010011 11100100 101001 1100

Color Harmonies of #12172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12172B

Black with #12172B

Text Example


Text Example

White with #12172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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