#030C14

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

Shades of Black Pearl #030C14

Tints of Black Pearl #030C14

Color information

#030C14 (or 0x030C14) is unknown color: approx Black Pearl. HEX triplet: 03, 0C and 14. RGB value is (3,12,20). Sum of RGB (Red+Green+Blue) = 3+12+20=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #030C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C14 is #FCF3EB. Grayscale: #0A0A0A. Windows color (decimal): -16577516 or 1313795. OLE color: 1313795.

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

Color convert

RGB31220-
CMYK0.850.4000.92
HSL208.24º73.91%4.51%-
HSV(B)208.24º85%7.84%-
XYZ0.30.330.71-
YUV10.22133.52122.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 20 (8.20% from 255) = 57.14%
R=8.57%
G=34.29%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal312200.850.4000.92208.2473.914.51
Hex3C14552805Cd04a5
Octal314241255001343201125
Binary11110010100101010110100001011100110100001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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