#0B250D

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

Shades of Black Bean #0B250D

Tints of Black Bean #0B250D

Color information

#0B250D (or 0x0B250D) is unknown color: approx Black Bean. HEX triplet: 0B, 25 and 0D. RGB value is (11,37,13). Sum of RGB (Red+Green+Blue) = 11+37+13=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250D is #F4DAF2. Grayscale: #1A1A1A. Windows color (decimal): -16046835 or 861451. OLE color: 861451.

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

Color convert

RGB113713-
CMYK0.7000.650.85
HSL124.62º54.17%9.41%-
HSV(B)124.62º70.27%14.51%-
XYZ0.871.420.61-
YUV26.49120.39116.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 13 (5.47% from 255) = 21.31%
R=18.03%
G=60.66%
B=21.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137130.7000.650.85124.6254.179.41
HexB25D46041557d369
Octal13451510601011251756611
Binary10111001011101100011001000001101010111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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