Html Css Color HEX #121517 Black Pearl

📋 copy color: '#121517'

red 18 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #121517

Tints of Black Pearl #121517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.87%

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 29.03%
G = 33.87%
B = 37.1%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121517 (or 0x121517) is known color: Black Pearl. HEX triplet: 12, 15 and 17. RGB value is (18,21,23). Sum of RGB (Red+Green+Blue) = 18+21+23=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 23 - color contains mainly: blue. Hex color #121517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121517 is #EDEAE8. Grayscale: #141414. Windows color (decimal): -15592169 or 1512722. OLE color: 1512722.

HSL color Cylindrical-coordinate representation of color #121517: hue angle of 204º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121517 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 21 23 -
CMYK 0.22 0.09 0 0.91
HSL 204º 0.12% 0.08% -
HSV(B) 204º 0.22% 0.09% -
XYZ 0.67 0.73 0.92 -
YUV 20.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 18 21 23 0.22 0.09 0 0.91 204 0.12 0.08
Hex 12 15 17 16 9 0 5B CC C 8
Octal 22 25 27 26 11 0 133 314 14 10
Binary 10010 10101 10111 10110 1001 0 1011011 11001100 1100 1000

Color Harmonies of #121517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121517

Black with #121517

Text Example


Text Example

White with #121517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121517; }

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

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

background-color css

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

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

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

border-color css

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

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

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