#08260D

Color #08260D Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #08260D

Tints of Black Bean #08260D

Color information

#08260D (or 0x08260D) is unknown color: approx Black Bean. HEX triplet: 08, 26 and 0D. RGB value is (8,38,13). Sum of RGB (Red+Green+Blue) = 8+38+13=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #08260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08260D is #F7D9F2. Grayscale: #1A1A1A. Windows color (decimal): -16243187 or 861704. OLE color: 861704.

HSL color Cylindrical-coordinate representation of color #08260D: hue angle of 130º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08260D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB83813-
CMYK0.7900.660.85
HSL130º65.22%9.02%-
HSV(B)130º78.95%14.9%-
XYZ0.871.470.62-
YUV26.18120.56115.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=13.56%
G=64.41%
B=22.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838130.7900.660.8513065.229.02
Hex826D4F0425582419
Octal104615117010212520210111
Binary1000100110110110011110100001010101011000001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08260D; }

 p { color: rgb(8,38,13); }

 H1.HeaderClassName
 {
   color: #08260D;
 }
 .AnyTagClassName
 {
   color: #08260D;
 }
</style>
background-color css

<style>
 a { background-color: #08260D; }

 a { background-color: rgb(8,38,13); }

 div.DivClassName
 {
   background-color: #08260D;
 }
 .BgClassName
 {
   background-color: #08260D;
 }
</style>
border-color css

<style>
 span { border-color: #08260D; }

 span { border-color: rgb(8,38,13); }

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