Html Css Color HEX #08280D Black Bean

📋 copy color: '#08280D'

red 8 ◦ green 40 ◦ blue 13

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

Shades of Black Bean #08280D

Tints of Black Bean #08280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 65.57%

 BLUE value IS 13 (5.47% from 255) = 21.31%

R = 13.11%
G = 65.57%
B = 21.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#08280D (or 0x08280D) is known color: Black Bean. HEX triplet: 08, 28 and 0D. RGB value is (8,40,13). Sum of RGB (Red+Green+Blue) = 8+40+13=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #08280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08280D is #F7D7F2. Grayscale: #1B1B1B. Windows color (decimal): -16242675 or 862216. OLE color: 862216.

HSL color Cylindrical-coordinate representation of color #08280D: hue angle of 129.38º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08280D is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 40 13 -
CMYK 0.80 0 0.67 0.84
HSL 129.38º 0.67% 0.09% -
HSV(B) 129.38º 0.8% 0.16% -
XYZ 0.93 1.6 0.64 -
YUV 27.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 8 40 13 0.80 0 0.67 0.84 129.38 0.67 0.09
Hex 8 28 D 50 0 43 54 81 43 9
Octal 10 50 15 120 0 103 124 201 103 11
Binary 1000 101000 1101 1010000 0 1000011 1010100 10000001 1000011 1001

Color Harmonies of #08280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08280D

Black with #08280D

Text Example


Text Example

White with #08280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08280D;
 }
 .AnyTagClassName
 {
   color: #08280D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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