#030E12

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

Shades of Black Pearl #030E12

Tints of Black Pearl #030E12

Color information

#030E12 (or 0x030E12) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 12. RGB value is (3,14,18). Sum of RGB (Red+Green+Blue) = 3+14+18=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #030E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E12 is #FCF1ED. Grayscale: #0B0B0B. Windows color (decimal): -16577006 or 1183235. OLE color: 1183235.

HSL color Cylindrical-coordinate representation of color #030E12: hue angle of 196º 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 #030E12 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31418-
CMYK0.830.2200.93
HSL196º71.43%4.12%-
HSV(B)196º83.33%7.06%-
XYZ0.30.380.63-
YUV11.17131.86122.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 14 (5.86% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 51.43%
R=8.57%
G=40%
B=51.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal314180.830.2200.9319671.434.12
Hex3E12531605Dc4474
Octal316221232601353041074
Binary1111101001010100111011001011101110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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