Html Css Color HEX #12171E Black Pearl

📋 copy color: '#12171E'

red 18 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #12171E

Tints of Black Pearl #12171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 42.25%

R = 25.35%
G = 32.39%
B = 42.25%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12171E (or 0x12171E) is known color: Black Pearl. HEX triplet: 12, 17 and 1E. RGB value is (18,23,30). Sum of RGB (Red+Green+Blue) = 18+23+30=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #12171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171E is #EDE8E1. Grayscale: #161616. Windows color (decimal): -15591650 or 1971986. OLE color: 1971986.

HSL color Cylindrical-coordinate representation of color #12171E: hue angle of 215º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12171E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 23 30 -
CMYK 0.40 0.23 0 0.88
HSL 215º 0.25% 0.09% -
HSV(B) 215º 0.4% 0.12% -
XYZ 0.79 0.84 1.35 -
YUV 22.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 18 23 30 0.40 0.23 0 0.88 215 0.25 0.09
Hex 12 17 1E 28 17 0 58 D7 19 9
Octal 22 27 36 50 27 0 130 327 31 11
Binary 10010 10111 11110 101000 10111 0 1011000 11010111 11001 1001

Color Harmonies of #12171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12171E

Black with #12171E

Text Example


Text Example

White with #12171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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