Html Css Color HEX #010608 Black Pearl

📋 copy color: '#010608'

red 1 ◦ green 6 ◦ blue 8

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

Shades of Black Pearl #010608

Tints of Black Pearl #010608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 53.33%

R = 6.67%
G = 40%
B = 53.33%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#010608 (or 0x010608) is known color: Black Pearl. HEX triplet: 01, 06 and 08. RGB value is (1,6,8). Sum of RGB (Red+Green+Blue) = 1+6+8=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #010608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010608 is #FEF9F7. Grayscale: #040404. Windows color (decimal): -16710136 or 525825. OLE color: 525825.

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

Color convert

RGB 1 6 8 -
CMYK 0.88 0.25 0 0.97
HSL 197.14º 0.78% 0.02% -
HSV(B) 197.14º 0.88% 0.03% -
XYZ 0.12 0.15 0.25 -
YUV 4.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 1 6 8 0.88 0.25 0 0.97 197.14 0.78 0.02
Hex 1 6 8 58 19 0 61 C5 4E 2
Octal 1 6 10 130 31 0 141 305 116 2
Binary 1 110 1000 1011000 11001 0 1100001 11000101 1001110 10

Color Harmonies of #010608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010608

Black with #010608

Text Example


Text Example

White with #010608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010608; }

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

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

background-color css

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

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

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

border-color css

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

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

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