Html Css Color HEX #0A160C Black Bean

📋 copy color: '#0A160C'

red 10 ◦ green 22 ◦ blue 12

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

Shades of Black Bean #0A160C

Tints of Black Bean #0A160C

RGB

 RED value IS 10 (4.3% from 255) = 22.73%

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

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 22.73%
G = 50%
B = 27.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#0A160C (or 0x0A160C) is known color: Black Bean. HEX triplet: 0A, 16 and 0C. RGB value is (10,22,12). Sum of RGB (Red+Green+Blue) = 10+22+12=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #0A160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A160C is #F5E9F3. Grayscale: #111111. Windows color (decimal): -16116212 or 792074. OLE color: 792074.

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

Color convert

RGB 10 22 12 -
CMYK 0.55 0 0.45 0.91
HSL 130º 0.38% 0.06% -
HSV(B) 130º 0.55% 0.09% -
XYZ 0.48 0.66 0.45 -
YUV 17.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 10 22 12 0.55 0 0.45 0.91 130 0.38 0.06
Hex A 16 C 37 0 2D 5B 82 26 6
Octal 12 26 14 67 0 55 133 202 46 6
Binary 1010 10110 1100 110111 0 101101 1011011 10000010 100110 110

Color Harmonies of #0A160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A160C

Black with #0A160C

Text Example


Text Example

White with #0A160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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