Html Css Color HEX #0A110A Black Bean

📋 copy color: '#0A110A'

red 10 ◦ green 17 ◦ blue 10

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

Shades of Black Bean #0A110A

Tints of Black Bean #0A110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 45.95%

 BLUE value IS 10 (4.3% from 255) = 27.03%

R = 27.03%
G = 45.95%
B = 27.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#0A110A (or 0x0A110A) is known color: Black Bean. HEX triplet: 0A, 11 and 0A. RGB value is (10,17,10). Sum of RGB (Red+Green+Blue) = 10+17+10=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110A is #F5EEF5. Grayscale: #0E0E0E. Windows color (decimal): -16117494 or 659722. OLE color: 659722.

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

Color convert

RGB 10 17 10 -
CMYK 0.41 0 0.41 0.93
HSL 120º 0.26% 0.05% -
HSV(B) 120º 0.41% 0.07% -
XYZ 0.38 0.49 0.36 -
YUV 14.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 10 17 10 0.41 0 0.41 0.93 120 0.26 0.05
Hex A 11 A 29 0 29 5D 78 1A 5
Octal 12 21 12 51 0 51 135 170 32 5
Binary 1010 10001 1010 101001 0 101001 1011101 1111000 11010 101

Color Harmonies of #0A110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A110A

Black with #0A110A

Text Example


Text Example

White with #0A110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,10); }

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

background-color css

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

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

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

border-color css

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

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

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