Html Css Color HEX #12171A Black Pearl

📋 copy color: '#12171A'

red 18 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #12171A

Tints of Black Pearl #12171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 26.87%
G = 34.33%
B = 38.81%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12171A (or 0x12171A) is known color: Black Pearl. HEX triplet: 12, 17 and 1A. RGB value is (18,23,26). Sum of RGB (Red+Green+Blue) = 18+23+26=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #12171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171A is #EDE8E5. Grayscale: #151515. Windows color (decimal): -15591654 or 1709842. OLE color: 1709842.

HSL color Cylindrical-coordinate representation of color #12171A: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12171A is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 23 26 -
CMYK 0.31 0.12 0 0.90
HSL 202.5º 0.18% 0.09% -
HSV(B) 202.5º 0.31% 0.1% -
XYZ 0.74 0.82 1.1 -
YUV 21.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 18 23 26 0.31 0.12 0 0.90 202.5 0.18 0.09
Hex 12 17 1A 1F C 0 5A CA 12 9
Octal 22 27 32 37 14 0 132 312 22 11
Binary 10010 10111 11010 11111 1100 0 1011010 11001010 10010 1001

Color Harmonies of #12171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12171A

Black with #12171A

Text Example


Text Example

White with #12171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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