#030C15

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

Shades of Black Pearl #030C15

Tints of Black Pearl #030C15

Color information

#030C15 (or 0x030C15) is unknown color: approx Black Pearl. HEX triplet: 03, 0C and 15. RGB value is (3,12,21). Sum of RGB (Red+Green+Blue) = 3+12+21=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #030C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C15 is #FCF3EA. Grayscale: #0A0A0A. Windows color (decimal): -16577515 or 1379331. OLE color: 1379331.

HSL color Cylindrical-coordinate representation of color #030C15: hue angle of 210º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030C15 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31221-
CMYK0.860.4300.92
HSL210º75%4.71%-
HSV(B)210º85.71%8.24%-
XYZ0.30.340.76-
YUV10.34134.02122.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 58.33%
R=8.33%
G=33.33%
B=58.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal312210.860.4300.92210754.71
Hex3C15562B05Cd24b5
Octal314251265301343221135
Binary11110010101101011010101101011100110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,12,21); }

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

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

 a { background-color: rgb(3,12,21); }

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

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

 span { border-color: rgb(3,12,21); }

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