#08250E

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

Shades of Black Bean #08250E

Tints of Black Bean #08250E

Color information

#08250E (or 0x08250E) is unknown color: approx Black Bean. HEX triplet: 08, 25 and 0E. RGB value is (8,37,14). Sum of RGB (Red+Green+Blue) = 8+37+14=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #08250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250E is #F7DAF1. Grayscale: #191919. Windows color (decimal): -16243442 or 926984. OLE color: 926984.

HSL color Cylindrical-coordinate representation of color #08250E: hue angle of 132.41º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08250E is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB83714-
CMYK0.7800.620.85
HSL132.41º64.44%8.82%-
HSV(B)132.41º78.38%14.51%-
XYZ0.841.410.64-
YUV25.71121.39115.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 37 (14.84% from 255) = 62.71%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=13.56%
G=62.71%
B=23.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837140.7800.620.85132.4164.448.82
Hex825E4E03E5584409
Octal10451611607612520410011
Binary100010010111101001110011111010101011000010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08250E; }

 p { color: rgb(8,37,14); }

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

<style>
 a { background-color: #08250E; }

 a { background-color: rgb(8,37,14); }

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

<style>
 span { border-color: #08250E; }

 span { border-color: rgb(8,37,14); }

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