Html Css Color HEX #0D160F Black Bean

📋 copy color: '#0D160F'

red 13 ◦ green 22 ◦ blue 15

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

Shades of Black Bean #0D160F

Tints of Black Bean #0D160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 44%

 BLUE value IS 15 (6.25% from 255) = 30%

R = 26%
G = 44%
B = 30%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.91

RGB Variations

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

Color information

#0D160F (or 0x0D160F) is known color: Black Bean. HEX triplet: 0D, 16 and 0F. RGB value is (13,22,15). Sum of RGB (Red+Green+Blue) = 13+22+15=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #0D160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D160F is #F2E9F0. Grayscale: #121212. Windows color (decimal): -15919601 or 988685. OLE color: 988685.

HSL color Cylindrical-coordinate representation of color #0D160F: hue angle of 133.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D160F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 22 15 -
CMYK 0.41 0 0.32 0.91
HSL 133.33º 0.26% 0.07% -
HSV(B) 133.33º 0.41% 0.09% -
XYZ 0.54 0.69 0.56 -
YUV 18.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 13 22 15 0.41 0 0.32 0.91 133.33 0.26 0.07
Hex D 16 F 29 0 20 5B 85 1A 7
Octal 15 26 17 51 0 40 133 205 32 7
Binary 1101 10110 1111 101001 0 100000 1011011 10000101 11010 111

Color Harmonies of #0D160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D160F

Black with #0D160F

Text Example


Text Example

White with #0D160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,22,15); }

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

background-color css

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

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

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

border-color css

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

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

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