#030D12

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

Shades of Black Pearl #030D12

Tints of Black Pearl #030D12

Color information

#030D12 (or 0x030D12) is unknown color: approx Black Pearl. HEX triplet: 03, 0D and 12. RGB value is (3,13,18). Sum of RGB (Red+Green+Blue) = 3+13+18=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #030D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D12 is #FCF2ED. Grayscale: #0A0A0A. Windows color (decimal): -16577262 or 1182979. OLE color: 1182979.

HSL color Cylindrical-coordinate representation of color #030D12: hue angle of 200º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030D12 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31318-
CMYK0.830.2800.93
HSL200º71.43%4.12%-
HSV(B)200º83.33%7.06%-
XYZ0.290.350.62-
YUV10.58132.19122.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 18 (7.42% from 255) = 52.94%
R=8.82%
G=38.24%
B=52.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal313180.830.2800.9320071.434.12
Hex3D12531C05Dc8474
Octal315221233401353101074
Binary1111011001010100111110001011101110010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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