Html Css Color HEX #09280C Black Bean

📋 copy color: '#09280C'

red 9 ◦ green 40 ◦ blue 12

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

Shades of Black Bean #09280C

Tints of Black Bean #09280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 14.75%
G = 65.57%
B = 19.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#09280C (or 0x09280C) is known color: Black Bean. HEX triplet: 09, 28 and 0C. RGB value is (9,40,12). Sum of RGB (Red+Green+Blue) = 9+40+12=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #09280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280C is #F6D7F3. Grayscale: #1B1B1B. Windows color (decimal): -16177140 or 796681. OLE color: 796681.

HSL color Cylindrical-coordinate representation of color #09280C: hue angle of 125.81º 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 #09280C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 40 12 -
CMYK 0.78 0 0.70 0.84
HSL 125.81º 0.63% 0.1% -
HSV(B) 125.81º 0.78% 0.16% -
XYZ 0.94 1.6 0.61 -
YUV 27.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 9 40 12 0.78 0 0.70 0.84 125.81 0.63 0.1
Hex 9 28 C 4E 0 46 54 7E 3F A
Octal 11 50 14 116 0 106 124 176 77 12
Binary 1001 101000 1100 1001110 0 1000110 1010100 1111110 111111 1010

Color Harmonies of #09280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09280C

Black with #09280C

Text Example


Text Example

White with #09280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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