#0D1F12

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

Shades of Black Bean #0D1F12

Tints of Black Bean #0D1F12

Color information

#0D1F12 (or 0x0D1F12) is unknown color: approx Black Bean. HEX triplet: 0D, 1F and 12. RGB value is (13,31,18). Sum of RGB (Red+Green+Blue) = 13+31+18=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F12 is #F2E0ED. Grayscale: #181818. Windows color (decimal): -15917294 or 1187597. OLE color: 1187597.

HSL color Cylindrical-coordinate representation of color #0D1F12: hue angle of 136.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F12 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB133118-
CMYK0.5800.420.88
HSL136.67º40.91%8.63%-
HSV(B)136.67º58.06%12.16%-
XYZ0.771.110.75-
YUV24.14124.54120.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 31 (12.5% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=20.97%
G=50%
B=29.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331180.5800.420.88136.6740.918.63
HexD1F123A02A5889299
Octal153722720521302115111
Binary1101111111001011101001010101011000100010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,31,18); }

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

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

 a { background-color: rgb(13,31,18); }

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

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

 span { border-color: rgb(13,31,18); }

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