Html Css Color HEX #09260C Black Bean

📋 copy color: '#09260C'

red 9 ◦ green 38 ◦ blue 12

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

Shades of Black Bean #09260C

Tints of Black Bean #09260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

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

R = 15.25%
G = 64.41%
B = 20.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#09260C (or 0x09260C) is known color: Black Bean. HEX triplet: 09, 26 and 0C. RGB value is (9,38,12). Sum of RGB (Red+Green+Blue) = 9+38+12=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #09260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09260C is #F6D9F3. Grayscale: #1A1A1A. Windows color (decimal): -16177652 or 796169. OLE color: 796169.

HSL color Cylindrical-coordinate representation of color #09260C: hue angle of 126.21º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09260C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 12 -
CMYK 0.76 0 0.68 0.85
HSL 126.21º 0.62% 0.09% -
HSV(B) 126.21º 0.76% 0.15% -
XYZ 0.87 1.47 0.59 -
YUV 26.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 9 38 12 0.76 0 0.68 0.85 126.21 0.62 0.09
Hex 9 26 C 4C 0 44 55 7E 3E 9
Octal 11 46 14 114 0 104 125 176 76 11
Binary 1001 100110 1100 1001100 0 1000100 1010101 1111110 111110 1001

Color Harmonies of #09260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09260C

Black with #09260C

Text Example


Text Example

White with #09260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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