Html Css Color HEX #010F13 Black Pearl

📋 copy color: '#010F13'

red 1 ◦ green 15 ◦ blue 19

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

Shades of Black Pearl #010F13

Tints of Black Pearl #010F13

RGB

 RED value IS 1 (0.78% from 255) = 2.86%

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

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

R = 2.86%
G = 42.86%
B = 54.29%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010F13 (or 0x010F13) is known color: Black Pearl. HEX triplet: 01, 0F and 13. RGB value is (1,15,19). Sum of RGB (Red+Green+Blue) = 1+15+19=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 15 (6.25% from 255 or 42.86% 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 #010F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F13 is #FEF0EC. Grayscale: #0B0B0B. Windows color (decimal): -16707821 or 1249025. OLE color: 1249025.

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

Color convert

RGB 1 15 19 -
CMYK 0.95 0.21 0 0.93
HSL 193.33º 0.9% 0.04% -
HSV(B) 193.33º 0.95% 0.07% -
XYZ 0.3 0.4 0.68 -
YUV 11.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 1 15 19 0.95 0.21 0 0.93 193.33 0.9 0.04
Hex 1 F 13 5F 15 0 5D C1 5A 4
Octal 1 17 23 137 25 0 135 301 132 4
Binary 1 1111 10011 1011111 10101 0 1011101 11000001 1011010 100

Color Harmonies of #010F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F13

Black with #010F13

Text Example


Text Example

White with #010F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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