Html Css Color HEX #010710 Black Pearl

📋 copy color: '#010710'

red 1 ◦ green 7 ◦ blue 16

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

Shades of Black Pearl #010710

Tints of Black Pearl #010710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 29.17%

 BLUE value IS 16 (6.64% from 255) = 66.67%

R = 4.17%
G = 29.17%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#010710 (or 0x010710) is known color: Black Pearl. HEX triplet: 01, 07 and 10. RGB value is (1,7,16). Sum of RGB (Red+Green+Blue) = 1+7+16=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #010710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010710 is #FEF8EF. Grayscale: #060606. Windows color (decimal): -16709872 or 1050369. OLE color: 1050369.

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

Color convert

RGB 1 7 16 -
CMYK 0.94 0.56 0 0.94
HSL 216º 0.88% 0.03% -
HSV(B) 216º 0.94% 0.06% -
XYZ 0.18 0.2 0.52 -
YUV 6.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 1 7 16 0.94 0.56 0 0.94 216 0.88 0.03
Hex 1 7 10 5E 38 0 5E D8 58 3
Octal 1 7 20 136 70 0 136 330 130 3
Binary 1 111 10000 1011110 111000 0 1011110 11011000 1011000 11

Color Harmonies of #010710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010710

Black with #010710

Text Example


Text Example

White with #010710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010710; }

 p { color: rgb(1,7,16); }

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

background-color css

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

 a { background-color: rgb(1,7,16); }

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

border-color css

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

 span { border-color: rgb(1,7,16); }

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