#031A08

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

Shades of Black Bean #031A08

Tints of Black Bean #031A08

Color information

#031A08 (or 0x031A08) is unknown color: approx Black Bean. HEX triplet: 03, 1A and 08. RGB value is (3,26,8). Sum of RGB (Red+Green+Blue) = 3+26+8=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #031A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A08 is #FCE5F7. Grayscale: #111111. Windows color (decimal): -16573944 or 530947. OLE color: 530947.

HSL color Cylindrical-coordinate representation of color #031A08: hue angle of 133.04º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A08 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB3268-
CMYK0.8800.690.90
HSL133.04º79.31%5.69%-
HSV(B)133.04º88.46%10.2%-
XYZ0.450.780.36-
YUV17.07122.88117.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 26 (10.55% from 255) = 70.27%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=8.11%
G=70.27%
B=21.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal32680.8800.690.90133.0479.315.69
Hex31A8580455A854f6
Octal3321013001051322051176
Binary111101010001011000010001011011010100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031A08; }

 p { color: rgb(3,26,8); }

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

<style>
 a { background-color: #031A08; }

 a { background-color: rgb(3,26,8); }

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

<style>
 span { border-color: #031A08; }

 span { border-color: rgb(3,26,8); }

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