Html Css Color HEX #12171C Black Pearl

📋 copy color: '#12171C'

red 18 ◦ green 23 ◦ blue 28

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

Shades of Black Pearl #12171C

Tints of Black Pearl #12171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40.58%

R = 26.09%
G = 33.33%
B = 40.58%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12171C (or 0x12171C) is known color: Black Pearl. HEX triplet: 12, 17 and 1C. RGB value is (18,23,28). Sum of RGB (Red+Green+Blue) = 18+23+28=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #12171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171C is #EDE8E3. Grayscale: #161616. Windows color (decimal): -15591652 or 1840914. OLE color: 1840914.

HSL color Cylindrical-coordinate representation of color #12171C: hue angle of 210º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12171C is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 23 28 -
CMYK 0.36 0.18 0 0.89
HSL 210º 0.22% 0.09% -
HSV(B) 210º 0.36% 0.11% -
XYZ 0.77 0.83 1.22 -
YUV 22.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 18 23 28 0.36 0.18 0 0.89 210 0.22 0.09
Hex 12 17 1C 24 12 0 59 D2 16 9
Octal 22 27 34 44 22 0 131 322 26 11
Binary 10010 10111 11100 100100 10010 0 1011001 11010010 10110 1001

Color Harmonies of #12171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12171C

Black with #12171C

Text Example


Text Example

White with #12171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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