#0B250F

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

Shades of Black Bean #0B250F

Tints of Black Bean #0B250F

Color information

#0B250F (or 0x0B250F) is unknown color: approx Black Bean. HEX triplet: 0B, 25 and 0F. RGB value is (11,37,15). Sum of RGB (Red+Green+Blue) = 11+37+15=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250F is #F4DAF0. Grayscale: #1A1A1A. Windows color (decimal): -16046833 or 992523. OLE color: 992523.

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

Color convert

RGB113715-
CMYK0.7000.590.85
HSL129.23º54.17%9.41%-
HSV(B)129.23º70.27%14.51%-
XYZ0.891.430.68-
YUV26.72121.39116.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=17.46%
G=58.73%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137150.7000.590.85129.2354.179.41
HexB25F4603B5581369
Octal1345171060731252016611
Binary10111001011111100011001110111010101100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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