Html Css Color HEX #121415 Black Pearl

📋 copy color: '#121415'

red 18 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #121415

Tints of Black Pearl #121415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

 BLUE value IS 21 (8.59% from 255) = 35.59%

R = 30.51%
G = 33.9%
B = 35.59%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121415 (or 0x121415) is known color: Black Pearl. HEX triplet: 12, 14 and 15. RGB value is (18,20,21). Sum of RGB (Red+Green+Blue) = 18+20+21=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 21 - color contains mainly: blue. Hex color #121415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121415 is #EDEBEA. Grayscale: #131313. Windows color (decimal): -15592427 or 1381394. OLE color: 1381394.

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

Color convert

RGB 18 20 21 -
CMYK 0.14 0.05 0 0.92
HSL 200º 0.08% 0.08% -
HSV(B) 200º 0.14% 0.08% -
XYZ 0.63 0.68 0.81 -
YUV 19.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 18 20 21 0.14 0.05 0 0.92 200 0.08 0.08
Hex 12 14 15 E 5 0 5C C8 8 8
Octal 22 24 25 16 5 0 134 310 10 10
Binary 10010 10100 10101 1110 101 0 1011100 11001000 1000 1000

Color Harmonies of #121415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121415

Black with #121415

Text Example


Text Example

White with #121415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121415; }

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

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

background-color css

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

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

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

border-color css

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

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

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