#031B08

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

Shades of Black Bean #031B08

Tints of Black Bean #031B08

Color information

#031B08 (or 0x031B08) is unknown color: approx Black Bean. HEX triplet: 03, 1B and 08. RGB value is (3,27,8). Sum of RGB (Red+Green+Blue) = 3+27+8=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #031B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B08 is #FCE4F7. Grayscale: #111111. Windows color (decimal): -16573688 or 531203. OLE color: 531203.

HSL color Cylindrical-coordinate representation of color #031B08: hue angle of 132.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B08 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB3278-
CMYK0.8900.700.89
HSL132.5º80%5.88%-
HSV(B)132.5º88.89%10.59%-
XYZ0.470.820.36-
YUV17.66122.55117.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 27 (10.94% from 255) = 71.05%
BLUE value IS 8 (3.52% from 255) = 21.05%
R=7.89%
G=71.05%
B=21.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32780.8900.700.89132.5805.88
Hex31B8590465984506
Octal3331013101061312041206
Binary111101110001011001010001101011001100001001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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