Html Css Color HEX #001013 Black Pearl

📋 copy color: '#001013'

red 0 ◦ green 16 ◦ blue 19

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

Shades of Black Pearl #001013

Tints of Black Pearl #001013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 45.71%

 BLUE value IS 19 (7.81% from 255) = 54.29%

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#001013 (or 0x001013) is known color: Black Pearl. HEX triplet: 00, 10 and 13. RGB value is (0,16,19). Sum of RGB (Red+Green+Blue) = 0+16+19=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #001013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001013 is #FFEFEC. Grayscale: #0B0B0B. Windows color (decimal): -16773101 or 1249280. OLE color: 1249280.

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

Color convert

RGB 0 16 19 -
CMYK 1 0.16 0 0.93
HSL 189.47º 1% 0.04% -
HSV(B) 189.47º 1% 0.07% -
XYZ 0.3 0.42 0.68 -
YUV 11.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 0 16 19 1 0.16 0 0.93 189.47 1 0.04
Hex 0 10 13 64 10 0 5D BD 64 4
Octal 0 20 23 144 20 0 135 275 144 4
Binary 0 10000 10011 1100100 10000 0 1011101 10111101 1100100 100

Color Harmonies of #001013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001013

Black with #001013

Text Example


Text Example

White with #001013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001013; }

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

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

background-color css

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

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

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

border-color css

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

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

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