#0B1D0D

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

Shades of Black Bean #0B1D0D

Tints of Black Bean #0B1D0D

Color information

#0B1D0D (or 0x0B1D0D) is unknown color: approx Black Bean. HEX triplet: 0B, 1D and 0D. RGB value is (11,29,13). Sum of RGB (Red+Green+Blue) = 11+29+13=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D0D is #F4E2F2. Grayscale: #151515. Windows color (decimal): -16048883 or 859403. OLE color: 859403.

HSL color Cylindrical-coordinate representation of color #0B1D0D: hue angle of 126.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1D0D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB112913-
CMYK0.6200.550.89
HSL126.67º45%7.84%-
HSV(B)126.67º62.07%11.37%-
XYZ0.650.980.54-
YUV21.79123.04120.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=20.75%
G=54.72%
B=24.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1129130.6200.550.89126.67457.84
HexB1DD3E037597f2d8
Octal133515760671311775510
Binary10111110111011111100110111101100111111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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