Html Css Color HEX #09280D Black Bean

📋 copy color: '#09280D'

red 9 ◦ green 40 ◦ blue 13

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

Shades of Black Bean #09280D

Tints of Black Bean #09280D

RGB

 RED value IS 9 (3.91% from 255) = 14.52%

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

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

R = 14.52%
G = 64.52%
B = 20.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#09280D (or 0x09280D) is known color: Black Bean. HEX triplet: 09, 28 and 0D. RGB value is (9,40,13). Sum of RGB (Red+Green+Blue) = 9+40+13=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #09280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280D is #F6D7F2. Grayscale: #1B1B1B. Windows color (decimal): -16177139 or 862217. OLE color: 862217.

HSL color Cylindrical-coordinate representation of color #09280D: hue angle of 127.74º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09280D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 40 13 -
CMYK 0.78 0 0.67 0.84
HSL 127.74º 0.63% 0.1% -
HSV(B) 127.74º 0.78% 0.16% -
XYZ 0.94 1.6 0.64 -
YUV 27.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 9 40 13 0.78 0 0.67 0.84 127.74 0.63 0.1
Hex 9 28 D 4E 0 43 54 80 3F A
Octal 11 50 15 116 0 103 124 200 77 12
Binary 1001 101000 1101 1001110 0 1000011 1010100 10000000 111111 1010

Color Harmonies of #09280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09280D

Black with #09280D

Text Example


Text Example

White with #09280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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