Html Css Color HEX #08130B Black Bean

📋 copy color: '#08130B'

red 8 ◦ green 19 ◦ blue 11

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

Shades of Black Bean #08130B

Tints of Black Bean #08130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 28.95%

R = 21.05%
G = 50%
B = 28.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#08130B (or 0x08130B) is known color: Black Bean. HEX triplet: 08, 13 and 0B. RGB value is (8,19,11). Sum of RGB (Red+Green+Blue) = 8+19+11=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #08130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130B is #F7ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16248053 or 725768. OLE color: 725768.

HSL color Cylindrical-coordinate representation of color #08130B: hue angle of 136.36º 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 #08130B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 19 11 -
CMYK 0.58 0 0.42 0.93
HSL 136.36º 0.41% 0.05% -
HSV(B) 136.36º 0.58% 0.07% -
XYZ 0.39 0.54 0.4 -
YUV 14.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 8 19 11 0.58 0 0.42 0.93 136.36 0.41 0.05
Hex 8 13 B 3A 0 2A 5D 88 29 5
Octal 10 23 13 72 0 52 135 210 51 5
Binary 1000 10011 1011 111010 0 101010 1011101 10001000 101001 101

Color Harmonies of #08130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08130B

Black with #08130B

Text Example


Text Example

White with #08130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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