Html Css Color HEX #0C160D Black Bean

📋 copy color: '#0C160D'

red 12 ◦ green 22 ◦ blue 13

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

Shades of Black Bean #0C160D

Tints of Black Bean #0C160D

RGB

 RED value IS 12 (5.08% from 255) = 25.53%

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

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

R = 25.53%
G = 46.81%
B = 27.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#0C160D (or 0x0C160D) is known color: Black Bean. HEX triplet: 0C, 16 and 0D. RGB value is (12,22,13). Sum of RGB (Red+Green+Blue) = 12+22+13=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #0C160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C160D is #F3E9F2. Grayscale: #121212. Windows color (decimal): -15985139 or 857612. OLE color: 857612.

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

Color convert

RGB 12 22 13 -
CMYK 0.45 0 0.41 0.91
HSL 126º 0.29% 0.07% -
HSV(B) 126º 0.45% 0.09% -
XYZ 0.51 0.68 0.49 -
YUV 17.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 12 22 13 0.45 0 0.41 0.91 126 0.29 0.07
Hex C 16 D 2D 0 29 5B 7E 1D 7
Octal 14 26 15 55 0 51 133 176 35 7
Binary 1100 10110 1101 101101 0 101001 1011011 1111110 11101 111

Color Harmonies of #0C160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C160D

Black with #0C160D

Text Example


Text Example

White with #0C160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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