Html Css Color HEX #12171F Black Pearl

📋 copy color: '#12171F'

red 18 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #12171F

Tints of Black Pearl #12171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 43.06%

R = 25%
G = 31.94%
B = 43.06%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12171F (or 0x12171F) is known color: Black Pearl. HEX triplet: 12, 17 and 1F. RGB value is (18,23,31). Sum of RGB (Red+Green+Blue) = 18+23+31=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #12171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171F is #EDE8E0. Grayscale: #161616. Windows color (decimal): -15591649 or 2037522. OLE color: 2037522.

HSL color Cylindrical-coordinate representation of color #12171F: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12171F is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 23 31 -
CMYK 0.42 0.26 0 0.88
HSL 216.92º 0.27% 0.1% -
HSV(B) 216.92º 0.42% 0.12% -
XYZ 0.8 0.84 1.42 -
YUV 22.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 18 23 31 0.42 0.26 0 0.88 216.92 0.27 0.1
Hex 12 17 1F 2A 1A 0 58 D9 1B A
Octal 22 27 37 52 32 0 130 331 33 12
Binary 10010 10111 11111 101010 11010 0 1011000 11011001 11011 1010

Color Harmonies of #12171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12171F

Black with #12171F

Text Example


Text Example

White with #12171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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