#030F05

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

Shades of Black Bean #030F05

Tints of Black Bean #030F05

Color information

#030F05 (or 0x030F05) is unknown color: approx Black Bean. HEX triplet: 03, 0F and 05. RGB value is (3,15,5). Sum of RGB (Red+Green+Blue) = 3+15+5=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #030F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F05 is #FCF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16576763 or 331523. OLE color: 331523.

HSL color Cylindrical-coordinate representation of color #030F05: hue angle of 130º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030F05 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB3155-
CMYK0.8000.670.94
HSL130º66.67%3.53%-
HSV(B)130º80%5.88%-
XYZ0.240.370.2-
YUV10.27125.02122.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 15 (6.25% from 255) = 65.22%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=13.04%
G=65.22%
B=21.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31550.8000.670.9413066.673.53
Hex3F5500435E82434
Octal317512001031362021034
Binary1111111011010000010000111011110100000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,5); }

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

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

 a { background-color: rgb(3,15,5); }

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

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

 span { border-color: rgb(3,15,5); }

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