Html Css Color HEX #030506 Black Pearl

📋 copy color: '#030506'

red 3 ◦ green 5 ◦ blue 6

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

Shades of Black Pearl #030506

Tints of Black Pearl #030506

RGB

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

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

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

R = 21.43%
G = 35.71%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030506 (or 0x030506) is known color: Black Pearl. HEX triplet: 03, 05 and 06. RGB value is (3,5,6). Sum of RGB (Red+Green+Blue) = 3+5+6=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: blue. Hex color #030506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030506 is #FCFAF9. Grayscale: #040404. Windows color (decimal): -16579322 or 394499. OLE color: 394499.

HSL color Cylindrical-coordinate representation of color #030506: hue angle of 200º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #030506 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 5 6 -
CMYK 0.50 0.17 0 0.98
HSL 200º 0.33% 0.02% -
HSV(B) 200º 0.5% 0.02% -
XYZ 0.12 0.14 0.19 -
YUV 4.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 3 5 6 0.50 0.17 0 0.98 200 0.33 0.02
Hex 3 5 6 32 11 0 62 C8 21 2
Octal 3 5 6 62 21 0 142 310 41 2
Binary 11 101 110 110010 10001 0 1100010 11001000 100001 10

Color Harmonies of #030506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030506

Black with #030506

Text Example


Text Example

White with #030506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030506; }

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

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

background-color css

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

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

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

border-color css

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

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

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