Html Css Color HEX #08110A Black Bean

📋 copy color: '#08110A'

red 8 ◦ green 17 ◦ blue 10

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

Shades of Black Bean #08110A

Tints of Black Bean #08110A

RGB

 RED value IS 8 (3.52% from 255) = 22.86%

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

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

R = 22.86%
G = 48.57%
B = 28.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#08110A (or 0x08110A) is known color: Black Bean. HEX triplet: 08, 11 and 0A. RGB value is (8,17,10). Sum of RGB (Red+Green+Blue) = 8+17+10=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #08110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110A is #F7EEF5. Grayscale: #0D0D0D. Windows color (decimal): -16248566 or 659720. OLE color: 659720.

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

Color convert

RGB 8 17 10 -
CMYK 0.53 0 0.41 0.93
HSL 133.33º 0.36% 0.05% -
HSV(B) 133.33º 0.53% 0.07% -
XYZ 0.36 0.47 0.36 -
YUV 13.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 8 17 10 0.53 0 0.41 0.93 133.33 0.36 0.05
Hex 8 11 A 35 0 29 5D 85 24 5
Octal 10 21 12 65 0 51 135 205 44 5
Binary 1000 10001 1010 110101 0 101001 1011101 10000101 100100 101

Color Harmonies of #08110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08110A

Black with #08110A

Text Example


Text Example

White with #08110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08110A; }

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

 H1.HeaderClassName
 {
   color: #08110A;
 }
 .AnyTagClassName
 {
   color: #08110A;
 }
</style>

background-color css

<style>
 a { background-color: #08110A; }

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

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

border-color css

<style>
 span { border-color: #08110A; }

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

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