#03080A

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

Shades of Black Pearl #03080A

Tints of Black Pearl #03080A

Color information

#03080A (or 0x03080A) is unknown color: approx Black Pearl. HEX triplet: 03, 08 and 0A. RGB value is (3,8,10). Sum of RGB (Red+Green+Blue) = 3+8+10=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #03080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080A is #FCF7F5. Grayscale: #060606. Windows color (decimal): -16578550 or 657411. OLE color: 657411.

HSL color Cylindrical-coordinate representation of color #03080A: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03080A is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3810-
CMYK0.700.200.96
HSL197.14º53.85%2.55%-
HSV(B)197.14º70%3.92%-
XYZ0.180.210.32-
YUV6.73129.84125.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 8 (3.52% from 255) = 38.10%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=14.29%
G=38.10%
B=47.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal38100.700.200.96197.1453.852.55
Hex38A4614060c5363
Octal31012106240140305663
Binary1110001010100011010100011000001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03080A; }

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

 H1.HeaderClassName
 {
   color: #03080A;
 }
 .AnyTagClassName
 {
   color: #03080A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #03080A;
 }
 .BgClassName
 {
   background-color: #03080A;
 }
</style>
border-color css

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

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

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