Html Css Color HEX #0D2613 Black Bean

📋 copy color: '#0D2613'

red 13 ◦ green 38 ◦ blue 19

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

Shades of Black Bean #0D2613

Tints of Black Bean #0D2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 54.29%

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

R = 18.57%
G = 54.29%
B = 27.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#0D2613 (or 0x0D2613) is known color: Black Bean. HEX triplet: 0D, 26 and 13. RGB value is (13,38,19). Sum of RGB (Red+Green+Blue) = 13+38+19=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2613 is #F2D9EC. Grayscale: #1C1C1C. Windows color (decimal): -15915501 or 1254925. OLE color: 1254925.

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

Color convert

RGB 13 38 19 -
CMYK 0.66 0 0.50 0.85
HSL 134.4º 0.49% 0.1% -
HSV(B) 134.4º 0.66% 0.15% -
XYZ 0.98 1.52 0.86 -
YUV 28.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 13 38 19 0.66 0 0.50 0.85 134.4 0.49 0.1
Hex D 26 13 42 0 32 55 86 31 A
Octal 15 46 23 102 0 62 125 206 61 12
Binary 1101 100110 10011 1000010 0 110010 1010101 10000110 110001 1010

Color Harmonies of #0D2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2613

Black with #0D2613

Text Example


Text Example

White with #0D2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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