Html Css Color HEX #0D2312 Black Bean

📋 copy color: '#0D2312'

red 13 ◦ green 35 ◦ blue 18

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

Shades of Black Bean #0D2312

Tints of Black Bean #0D2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 53.03%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 19.7%
G = 53.03%
B = 27.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#0D2312 (or 0x0D2312) is known color: Black Bean. HEX triplet: 0D, 23 and 12. RGB value is (13,35,18). Sum of RGB (Red+Green+Blue) = 13+35+18=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2312 is #F2DCED. Grayscale: #1A1A1A. Windows color (decimal): -15916270 or 1188621. OLE color: 1188621.

HSL color Cylindrical-coordinate representation of color #0D2312: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2312 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 18 -
CMYK 0.63 0 0.49 0.86
HSL 133.64º 0.46% 0.09% -
HSV(B) 133.64º 0.63% 0.14% -
XYZ 0.88 1.33 0.78 -
YUV 26.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 13 35 18 0.63 0 0.49 0.86 133.64 0.46 0.09
Hex D 23 12 3F 0 31 56 86 2E 9
Octal 15 43 22 77 0 61 126 206 56 11
Binary 1101 100011 10010 111111 0 110001 1010110 10000110 101110 1001

Color Harmonies of #0D2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2312

Black with #0D2312

Text Example


Text Example

White with #0D2312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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