#030506

Color #030506 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #030506

Tints of Black Pearl #030506

Color information

#030506 (or 0x030506) is unknown color: approx 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

RGB356-
CMYK0.500.1700.98
HSL200º33.33%1.76%-
HSV(B)200º50%2.35%-
XYZ0.120.140.19-
YUV4.52128.84126.92-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3560.500.1700.9820033.331.76
Hex3563211062c8212
Octal35662210142310412
Binary1110111011001010001011000101100100010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>