Html Css Color HEX #001315 Black Pearl

📋 copy color: '#001315'

red 0 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #001315

Tints of Black Pearl #001315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 47.5%

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

R = 0%
G = 47.5%
B = 52.5%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#001315 (or 0x001315) is known color: Black Pearl. HEX triplet: 00, 13 and 15. RGB value is (0,19,21). Sum of RGB (Red+Green+Blue) = 0+19+21=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #001315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001315 is #FFECEA. Grayscale: #0D0D0D. Windows color (decimal): -16772331 or 1381120. OLE color: 1381120.

HSL color Cylindrical-coordinate representation of color #001315: hue angle of 185.71º 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 #001315 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 19 21 -
CMYK 1 0.10 0 0.92
HSL 185.71º 1% 0.04% -
HSV(B) 185.71º 1% 0.08% -
XYZ 0.37 0.52 0.79 -
YUV 13.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 0 19 21 1 0.10 0 0.92 185.71 1 0.04
Hex 0 13 15 64 A 0 5C BA 64 4
Octal 0 23 25 144 12 0 134 272 144 4
Binary 0 10011 10101 1100100 1010 0 1011100 10111010 1100100 100

Color Harmonies of #001315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001315

Black with #001315

Text Example


Text Example

White with #001315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001315; }

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

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

background-color css

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

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

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

border-color css

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

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

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