Html Css Color HEX #000F13 Black Pearl

📋 copy color: '#000F13'

red 0 ◦ green 15 ◦ blue 19

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

Shades of Black Pearl #000F13

Tints of Black Pearl #000F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 44.12%

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

R = 0%
G = 44.12%
B = 55.88%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000F13 (or 0x000F13) is known color: Black Pearl. HEX triplet: 00, 0F and 13. RGB value is (0,15,19). Sum of RGB (Red+Green+Blue) = 0+15+19=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #000F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F13 is #FFF0EC. Grayscale: #0A0A0A. Windows color (decimal): -16773357 or 1249024. OLE color: 1249024.

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

Color convert

RGB 0 15 19 -
CMYK 1 0.21 0 0.93
HSL 192.63º 1% 0.04% -
HSV(B) 192.63º 1% 0.07% -
XYZ 0.29 0.39 0.68 -
YUV 10.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 0 15 19 1 0.21 0 0.93 192.63 1 0.04
Hex 0 F 13 64 15 0 5D C1 64 4
Octal 0 17 23 144 25 0 135 301 144 4
Binary 0 1111 10011 1100100 10101 0 1011101 11000001 1100100 100

Color Harmonies of #000F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F13

Black with #000F13

Text Example


Text Example

White with #000F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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