Html Css Color HEX #0D2913 Black Bean

📋 copy color: '#0D2913'

red 13 ◦ green 41 ◦ blue 19

#0D2913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #0D2913

Tints of Black Bean #0D2913

RGB

 RED value IS 13 (5.47% from 255) = 17.81%

 GREEN value IS 41 (16.41% from 255) = 56.16%

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 17.81%
G = 56.16%
B = 26.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#0D2913 (or 0x0D2913) is known color: Black Bean. HEX triplet: 0D, 29 and 13. RGB value is (13,41,19). Sum of RGB (Red+Green+Blue) = 13+41+19=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2913 is #F2D6EC. Grayscale: #1E1E1E. Windows color (decimal): -15914733 or 1255693. OLE color: 1255693.

HSL color Cylindrical-coordinate representation of color #0D2913: hue angle of 132.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2913 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 41 19 -
CMYK 0.68 0 0.54 0.84
HSL 132.86º 0.52% 0.11% -
HSV(B) 132.86º 0.68% 0.16% -
XYZ 1.08 1.72 0.89 -
YUV 30.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 13 41 19 0.68 0 0.54 0.84 132.86 0.52 0.11
Hex D 29 13 44 0 36 54 85 34 B
Octal 15 51 23 104 0 66 124 205 64 13
Binary 1101 101001 10011 1000100 0 110110 1010100 10000101 110100 1011

Color Harmonies of #0D2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2913

Black with #0D2913

Text Example


Text Example

White with #0D2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D2913;
 }
 .AnyTagClassName
 {
   color: #0D2913;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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