Html Css Color HEX #010508 Black Pearl

📋 copy color: '#010508'

red 1 ◦ green 5 ◦ blue 8

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

Shades of Black Pearl #010508

Tints of Black Pearl #010508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 35.71%

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

R = 7.14%
G = 35.71%
B = 57.14%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#010508 (or 0x010508) is known color: Black Pearl. HEX triplet: 01, 05 and 08. RGB value is (1,5,8). Sum of RGB (Red+Green+Blue) = 1+5+8=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #010508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010508 is #FEFAF7. Grayscale: #040404. Windows color (decimal): -16710392 or 525569. OLE color: 525569.

HSL color Cylindrical-coordinate representation of color #010508: hue angle of 205.71º 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 #010508 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 5 8 -
CMYK 0.88 0.38 0 0.97
HSL 205.71º 0.78% 0.02% -
HSV(B) 205.71º 0.88% 0.03% -
XYZ 0.11 0.13 0.25 -
YUV 4.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 1 5 8 0.88 0.38 0 0.97 205.71 0.78 0.02
Hex 1 5 8 58 26 0 61 CE 4E 2
Octal 1 5 10 130 46 0 141 316 116 2
Binary 1 101 1000 1011000 100110 0 1100001 11001110 1001110 10

Color Harmonies of #010508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010508

Black with #010508

Text Example


Text Example

White with #010508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010508; }

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

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

background-color css

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

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

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

border-color css

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

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

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