Html Css Color HEX #121718 Black Pearl

📋 copy color: '#121718'

red 18 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #121718

Tints of Black Pearl #121718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 27.69%
G = 35.38%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121718 (or 0x121718) is known color: Black Pearl. HEX triplet: 12, 17 and 18. RGB value is (18,23,24). Sum of RGB (Red+Green+Blue) = 18+23+24=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #121718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121718 is #EDE8E7. Grayscale: #151515. Windows color (decimal): -15591656 or 1578770. OLE color: 1578770.

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

Color convert

RGB 18 23 24 -
CMYK 0.25 0.04 0 0.91
HSL 190º 0.14% 0.08% -
HSV(B) 190º 0.25% 0.09% -
XYZ 0.72 0.81 0.98 -
YUV 21.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 18 23 24 0.25 0.04 0 0.91 190 0.14 0.08
Hex 12 17 18 19 4 0 5B BE E 8
Octal 22 27 30 31 4 0 133 276 16 10
Binary 10010 10111 11000 11001 100 0 1011011 10111110 1110 1000

Color Harmonies of #121718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121718

Black with #121718

Text Example


Text Example

White with #121718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121718; }

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

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

background-color css

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

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

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

border-color css

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

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

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