#0D250E

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

Shades of Black Bean #0D250E

Tints of Black Bean #0D250E

Color information

#0D250E (or 0x0D250E) is unknown color: approx Black Bean. HEX triplet: 0D, 25 and 0E. RGB value is (13,37,14). Sum of RGB (Red+Green+Blue) = 13+37+14=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250E is #F2DAF1. Grayscale: #1B1B1B. Windows color (decimal): -15915762 or 926989. OLE color: 926989.

HSL color Cylindrical-coordinate representation of color #0D250E: hue angle of 122.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D250E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB133714-
CMYK0.6500.620.85
HSL122.5º48%9.8%-
HSV(B)122.5º64.86%14.51%-
XYZ0.911.440.65-
YUV27.2120.55117.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 14 (5.86% from 255) = 21.88%
R=20.31%
G=57.81%
B=21.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337140.6500.620.85122.5489.8
HexD25E4103E557a30a
Octal1545161010761251726012
Binary1101100101111010000010111110101010111110101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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