Html Css Color HEX #030508 Black Pearl

📋 copy color: '#030508'

red 3 ◦ green 5 ◦ blue 8

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

Shades of Black Pearl #030508

Tints of Black Pearl #030508

RGB

 RED value IS 3 (1.56% from 255) = 18.75%

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

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

R = 18.75%
G = 31.25%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#030508 (or 0x030508) is known color: Black Pearl. HEX triplet: 03, 05 and 08. RGB value is (3,5,8). Sum of RGB (Red+Green+Blue) = 3+5+8=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #030508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030508 is #FCFAF7. Grayscale: #040404. Windows color (decimal): -16579320 or 525571. OLE color: 525571.

HSL color Cylindrical-coordinate representation of color #030508: hue angle of 216º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #030508 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 3 5 8 -
CMYK 0.63 0.38 0 0.97
HSL 216º 0.45% 0.02% -
HSV(B) 216º 0.63% 0.03% -
XYZ 0.14 0.15 0.25 -
YUV 4.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 3 5 8 0.63 0.38 0 0.97 216 0.45 0.02
Hex 3 5 8 3F 26 0 61 D8 2D 2
Octal 3 5 10 77 46 0 141 330 55 2
Binary 11 101 1000 111111 100110 0 1100001 11011000 101101 10

Color Harmonies of #030508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030508

Black with #030508

Text Example


Text Example

White with #030508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030508; }

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

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

background-color css

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

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

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

border-color css

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

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

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