Html Css Color HEX #001215 Black Pearl

📋 copy color: '#001215'

red 0 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #001215

Tints of Black Pearl #001215

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 46.15%

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

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#001215 (or 0x001215) is known color: Black Pearl. HEX triplet: 00, 12 and 15. RGB value is (0,18,21). Sum of RGB (Red+Green+Blue) = 0+18+21=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #001215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001215 is #FFEDEA. Grayscale: #0C0C0C. Windows color (decimal): -16772587 or 1380864. OLE color: 1380864.

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

Color convert

RGB 0 18 21 -
CMYK 1 0.14 0 0.92
HSL 188.57º 1% 0.04% -
HSV(B) 188.57º 1% 0.08% -
XYZ 0.35 0.49 0.78 -
YUV 12.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 0 18 21 1 0.14 0 0.92 188.57 1 0.04
Hex 0 12 15 64 E 0 5C BD 64 4
Octal 0 22 25 144 16 0 134 275 144 4
Binary 0 10010 10101 1100100 1110 0 1011100 10111101 1100100 100

Color Harmonies of #001215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001215

Black with #001215

Text Example


Text Example

White with #001215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001215; }

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

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

background-color css

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

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

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

border-color css

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

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

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