Html Css Color HEX #121617 Black Pearl

📋 copy color: '#121617'

red 18 ◦ green 22 ◦ blue 23

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

Shades of Black Pearl #121617

Tints of Black Pearl #121617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.92%

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

R = 28.57%
G = 34.92%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121617 (or 0x121617) is known color: Black Pearl. HEX triplet: 12, 16 and 17. RGB value is (18,22,23). Sum of RGB (Red+Green+Blue) = 18+22+23=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #121617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121617 is #EDE9E8. Grayscale: #141414. Windows color (decimal): -15591913 or 1512978. OLE color: 1512978.

HSL color Cylindrical-coordinate representation of color #121617: hue angle of 192º 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 #121617 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 23 -
CMYK 0.22 0.04 0 0.91
HSL 192º 0.12% 0.08% -
HSV(B) 192º 0.22% 0.09% -
XYZ 0.69 0.76 0.92 -
YUV 20.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 18 22 23 0.22 0.04 0 0.91 192 0.12 0.08
Hex 12 16 17 16 4 0 5B C0 C 8
Octal 22 26 27 26 4 0 133 300 14 10
Binary 10010 10110 10111 10110 100 0 1011011 11000000 1100 1000

Color Harmonies of #121617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121617

Black with #121617

Text Example


Text Example

White with #121617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121617; }

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

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

background-color css

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

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

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

border-color css

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

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

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