Html Css Color HEX #08260D Black Bean

📋 copy color: '#08260D'

red 8 ◦ green 38 ◦ blue 13

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

Shades of Black Bean #08260D

Tints of Black Bean #08260D

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 value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#08260D (or 0x08260D) is known color: 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

RGB 8 38 13 -
CMYK 0.79 0 0.66 0.85
HSL 130º 0.65% 0.09% -
HSV(B) 130º 0.79% 0.15% -
XYZ 0.87 1.47 0.62 -
YUV 26.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 8 38 13 0.79 0 0.66 0.85 130 0.65 0.09
Hex 8 26 D 4F 0 42 55 82 41 9
Octal 10 46 15 117 0 102 125 202 101 11
Binary 1000 100110 1101 1001111 0 1000010 1010101 10000010 1000001 1001

Color Harmonies of #08260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08260D

Black with #08260D

Text Example


Text Example

White with #08260D

Text Example


Text Example

HTML Codes & Css Web 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>