#030C02

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

Shades of Black Bean #030C02

Tints of Black Bean #030C02

Color information

#030C02 (or 0x030C02) is unknown color: approx Black Bean. HEX triplet: 03, 0C and 02. RGB value is (3,12,2). Sum of RGB (Red+Green+Blue) = 3+12+2=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 12 (5.08% from 255 or 70.59% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 12 - color contains mainly: green. Hex color #030C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C02 is #FCF3FD. Grayscale: #080808. Windows color (decimal): -16577534 or 134147. OLE color: 134147.

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

Color convert

RGB3122-
CMYK0.7500.830.95
HSL114º71.43%2.75%-
HSV(B)114º83.33%4.71%-
XYZ0.180.290.1-
YUV8.17124.52124.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 17.65%
GREEN value IS 12 (5.08% from 255) = 70.59%
BLUE value IS 2 (1.17% from 255) = 11.76%
R=17.65%
G=70.59%
B=11.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31220.7500.830.9511471.432.75
Hex3C24B0535F72473
Octal314211301231371621073
Binary1111001010010110101001110111111110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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