#0D2213

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

Shades of Black Bean #0D2213

Tints of Black Bean #0D2213

Color information

#0D2213 (or 0x0D2213) is unknown color: approx Black Bean. HEX triplet: 0D, 22 and 13. RGB value is (13,34,19). Sum of RGB (Red+Green+Blue) = 13+34+19=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2213 is #F2DDEC. Grayscale: #1A1A1A. Windows color (decimal): -15916525 or 1253901. OLE color: 1253901.

HSL color Cylindrical-coordinate representation of color #0D2213: hue angle of 137.14º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2213 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB133419-
CMYK0.6200.440.87
HSL137.14º44.68%9.22%-
HSV(B)137.14º61.76%13.33%-
XYZ0.861.280.82-
YUV26.01124.04118.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=19.70%
G=51.52%
B=28.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1334190.6200.440.87137.1444.689.22
HexD22133E02C57892d9
Octal154223760541272115511
Binary11011000101001111111001011001010111100010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,19); }

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

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

 a { background-color: rgb(13,34,19); }

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

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

 span { border-color: rgb(13,34,19); }

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