#030A0D

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

Shades of Black Pearl #030A0D

Tints of Black Pearl #030A0D

Color information

#030A0D (or 0x030A0D) is unknown color: approx Black Pearl. HEX triplet: 03, 0A and 0D. RGB value is (3,10,13). Sum of RGB (Red+Green+Blue) = 3+10+13=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #030A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A0D is #FCF5F2. Grayscale: #080808. Windows color (decimal): -16578035 or 854531. OLE color: 854531.

HSL color Cylindrical-coordinate representation of color #030A0D: hue angle of 198º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030A0D is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB31013-
CMYK0.770.2300.95
HSL198º62.5%3.14%-
HSV(B)198º76.92%5.1%-
XYZ0.220.270.42-
YUV8.25130.68124.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 13 (5.47% from 255) = 50%
R=11.54%
G=38.46%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal310130.770.2300.9519862.53.14
Hex3AD4D1705Fc63e3
Octal31215115270137306763
Binary1110101101100110110111010111111100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A0D; }

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

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

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

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

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

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

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

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