#08250B

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

Shades of Black Bean #08250B

Tints of Black Bean #08250B

Color information

#08250B (or 0x08250B) is unknown color: approx Black Bean. HEX triplet: 08, 25 and 0B. RGB value is (8,37,11). Sum of RGB (Red+Green+Blue) = 8+37+11=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #08250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250B is #F7DAF4. Grayscale: #191919. Windows color (decimal): -16243445 or 730376. OLE color: 730376.

HSL color Cylindrical-coordinate representation of color #08250B: hue angle of 126.21º 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 #08250B is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB83711-
CMYK0.7800.700.85
HSL126.21º64.44%8.82%-
HSV(B)126.21º78.38%14.51%-
XYZ0.821.40.54-
YUV25.36119.89115.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.29%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=14.29%
G=66.07%
B=19.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837110.7800.700.85126.2164.448.82
Hex825B4E046557e409
Octal104513116010612517610011
Binary100010010110111001110010001101010101111111010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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