Html Css Color HEX #12171D Black Pearl

📋 copy color: '#12171D'

red 18 ◦ green 23 ◦ blue 29

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

Shades of Black Pearl #12171D

Tints of Black Pearl #12171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 41.43%

R = 25.71%
G = 32.86%
B = 41.43%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12171D (or 0x12171D) is known color: Black Pearl. HEX triplet: 12, 17 and 1D. RGB value is (18,23,29). Sum of RGB (Red+Green+Blue) = 18+23+29=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #12171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171D is #EDE8E2. Grayscale: #161616. Windows color (decimal): -15591651 or 1906450. OLE color: 1906450.

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

Color convert

RGB 18 23 29 -
CMYK 0.38 0.21 0 0.89
HSL 212.73º 0.23% 0.09% -
HSV(B) 212.73º 0.38% 0.11% -
XYZ 0.78 0.83 1.28 -
YUV 22.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 18 23 29 0.38 0.21 0 0.89 212.73 0.23 0.09
Hex 12 17 1D 26 15 0 59 D5 17 9
Octal 22 27 35 46 25 0 131 325 27 11
Binary 10010 10111 11101 100110 10101 0 1011001 11010101 10111 1001

Color Harmonies of #12171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12171D

Black with #12171D

Text Example


Text Example

White with #12171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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