Html Css Color HEX #0D120D Black Bean

📋 copy color: '#0D120D'

red 13 ◦ green 18 ◦ blue 13

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

Shades of Black Bean #0D120D

Tints of Black Bean #0D120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 40.91%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 29.55%
G = 40.91%
B = 29.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#0D120D (or 0x0D120D) is known color: Black Bean. HEX triplet: 0D, 12 and 0D. RGB value is (13,18,13). Sum of RGB (Red+Green+Blue) = 13+18+13=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120D is #F2EDF2. Grayscale: #0F0F0F. Windows color (decimal): -15920627 or 856589. OLE color: 856589.

HSL color Cylindrical-coordinate representation of color #0D120D: hue angle of 120º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D120D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 18 13 -
CMYK 0.28 0 0.28 0.93
HSL 120º 0.16% 0.06% -
HSV(B) 120º 0.28% 0.07% -
XYZ 0.45 0.55 0.46 -
YUV 15.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 13 18 13 0.28 0 0.28 0.93 120 0.16 0.06
Hex D 12 D 1C 0 1C 5D 78 10 6
Octal 15 22 15 34 0 34 135 170 20 6
Binary 1101 10010 1101 11100 0 11100 1011101 1111000 10000 110

Color Harmonies of #0D120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D120D

Black with #0D120D

Text Example


Text Example

White with #0D120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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