Html Css Color HEX #08130A Black Bean

📋 copy color: '#08130A'

red 8 ◦ green 19 ◦ blue 10

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

Shades of Black Bean #08130A

Tints of Black Bean #08130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 51.35%

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

R = 21.62%
G = 51.35%
B = 27.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#08130A (or 0x08130A) is known color: Black Bean. HEX triplet: 08, 13 and 0A. RGB value is (8,19,10). Sum of RGB (Red+Green+Blue) = 8+19+10=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #08130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130A is #F7ECF5. Grayscale: #0E0E0E. Windows color (decimal): -16248054 or 660232. OLE color: 660232.

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

Color convert

RGB 8 19 10 -
CMYK 0.58 0 0.47 0.93
HSL 130.91º 0.41% 0.05% -
HSV(B) 130.91º 0.58% 0.07% -
XYZ 0.39 0.54 0.37 -
YUV 14.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 8 19 10 0.58 0 0.47 0.93 130.91 0.41 0.05
Hex 8 13 A 3A 0 2F 5D 83 29 5
Octal 10 23 12 72 0 57 135 203 51 5
Binary 1000 10011 1010 111010 0 101111 1011101 10000011 101001 101

Color Harmonies of #08130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08130A

Black with #08130A

Text Example


Text Example

White with #08130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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