Html Css Color HEX #01080F Black Pearl

📋 copy color: '#01080F'

red 1 ◦ green 8 ◦ blue 15

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

Shades of Black Pearl #01080F

Tints of Black Pearl #01080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 62.5%

R = 4.17%
G = 33.33%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#01080F (or 0x01080F) is known color: Black Pearl. HEX triplet: 01, 08 and 0F. RGB value is (1,8,15). Sum of RGB (Red+Green+Blue) = 1+8+15=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #01080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080F is #FEF7F0. Grayscale: #060606. Windows color (decimal): -16709617 or 985089. OLE color: 985089.

HSL color Cylindrical-coordinate representation of color #01080F: hue angle of 210º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #01080F is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 8 15 -
CMYK 0.93 0.47 0 0.94
HSL 210º 0.88% 0.03% -
HSV(B) 210º 0.93% 0.06% -
XYZ 0.19 0.21 0.48 -
YUV 6.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 1 8 15 0.93 0.47 0 0.94 210 0.88 0.03
Hex 1 8 F 5D 2F 0 5E D2 58 3
Octal 1 10 17 135 57 0 136 322 130 3
Binary 1 1000 1111 1011101 101111 0 1011110 11010010 1011000 11

Color Harmonies of #01080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01080F

Black with #01080F

Text Example


Text Example

White with #01080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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