Html Css Color HEX #010F11 Black Pearl

📋 copy color: '#010F11'

red 1 ◦ green 15 ◦ blue 17

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

Shades of Black Pearl #010F11

Tints of Black Pearl #010F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 51.52%

R = 3.03%
G = 45.45%
B = 51.52%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010F11 (or 0x010F11) is known color: Black Pearl. HEX triplet: 01, 0F and 11. RGB value is (1,15,17). Sum of RGB (Red+Green+Blue) = 1+15+17=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #010F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F11 is #FEF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16707823 or 1117953. OLE color: 1117953.

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

Color convert

RGB 1 15 17 -
CMYK 0.94 0.12 0 0.93
HSL 187.5º 0.89% 0.04% -
HSV(B) 187.5º 0.94% 0.07% -
XYZ 0.28 0.39 0.59 -
YUV 11.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 1 15 17 0.94 0.12 0 0.93 187.5 0.89 0.04
Hex 1 F 11 5E C 0 5D BC 59 4
Octal 1 17 21 136 14 0 135 274 131 4
Binary 1 1111 10001 1011110 1100 0 1011101 10111100 1011001 100

Color Harmonies of #010F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F11

Black with #010F11

Text Example


Text Example

White with #010F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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