Html Css Color HEX #001113 Black Pearl

📋 copy color: '#001113'

red 0 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #001113

Tints of Black Pearl #001113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 47.22%

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

R = 0%
G = 47.22%
B = 52.78%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#001113 (or 0x001113) is known color: Black Pearl. HEX triplet: 00, 11 and 13. RGB value is (0,17,19). Sum of RGB (Red+Green+Blue) = 0+17+19=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #001113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001113 is #FFEEEC. Grayscale: #0C0C0C. Windows color (decimal): -16772845 or 1249536. OLE color: 1249536.

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

Color convert

RGB 0 17 19 -
CMYK 1 0.11 0 0.93
HSL 186.32º 1% 0.04% -
HSV(B) 186.32º 1% 0.07% -
XYZ 0.32 0.45 0.69 -
YUV 12.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 0 17 19 1 0.11 0 0.93 186.32 1 0.04
Hex 0 11 13 64 B 0 5D BA 64 4
Octal 0 21 23 144 13 0 135 272 144 4
Binary 0 10001 10011 1100100 1011 0 1011101 10111010 1100100 100

Color Harmonies of #001113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001113

Black with #001113

Text Example


Text Example

White with #001113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001113; }

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

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

background-color css

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

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

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

border-color css

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

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

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