Html Css Color HEX #010607 Black Pearl

📋 copy color: '#010607'

red 1 ◦ green 6 ◦ blue 7

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

Shades of Black Pearl #010607

Tints of Black Pearl #010607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 42.86%

 BLUE value IS 7 (3.13% from 255) = 50%

R = 7.14%
G = 42.86%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#010607 (or 0x010607) is known color: Black Pearl. HEX triplet: 01, 06 and 07. RGB value is (1,6,7). Sum of RGB (Red+Green+Blue) = 1+6+7=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 7 (3.12% from 255 or 50% from 14); Max value from RGB is 7 - color contains mainly: blue. Hex color #010607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010607 is #FEF9F8. Grayscale: #040404. Windows color (decimal): -16710137 or 460289. OLE color: 460289.

HSL color Cylindrical-coordinate representation of color #010607: hue angle of 190º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #010607 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 6 7 -
CMYK 0.86 0.14 0 0.97
HSL 190º 0.75% 0.02% -
HSV(B) 190º 0.86% 0.03% -
XYZ 0.12 0.15 0.22 -
YUV 4.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 1 6 7 0.86 0.14 0 0.97 190 0.75 0.02
Hex 1 6 7 56 E 0 61 BE 4B 2
Octal 1 6 7 126 16 0 141 276 113 2
Binary 1 110 111 1010110 1110 0 1100001 10111110 1001011 10

Color Harmonies of #010607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010607

Black with #010607

Text Example


Text Example

White with #010607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010607; }

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

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

background-color css

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

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

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

border-color css

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

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

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