#0B250E

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

Shades of Black Bean #0B250E

Tints of Black Bean #0B250E

Color information

#0B250E (or 0x0B250E) is unknown color: approx Black Bean. HEX triplet: 0B, 25 and 0E. RGB value is (11,37,14). Sum of RGB (Red+Green+Blue) = 11+37+14=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250E is #F4DAF1. Grayscale: #1A1A1A. Windows color (decimal): -16046834 or 926987. OLE color: 926987.

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

Color convert

RGB113714-
CMYK0.7000.620.85
HSL126.92º54.17%9.41%-
HSV(B)126.92º70.27%14.51%-
XYZ0.881.430.64-
YUV26.6120.89116.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 37 (14.84% from 255) = 59.68%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=17.74%
G=59.68%
B=22.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137140.7000.620.85126.9254.179.41
HexB25E4603E557f369
Octal1345161060761251776611
Binary1011100101111010001100111110101010111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B250E; }

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

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

<style>
 a { background-color: #0B250E; }

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

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

<style>
 span { border-color: #0B250E; }

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

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