Html Css Color HEX #09130A Black Bean

📋 copy color: '#09130A'

red 9 ◦ green 19 ◦ blue 10

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

Shades of Black Bean #09130A

Tints of Black Bean #09130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 26.32%

R = 23.68%
G = 50%
B = 26.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#09130A (or 0x09130A) is known color: Black Bean. HEX triplet: 09, 13 and 0A. RGB value is (9,19,10). Sum of RGB (Red+Green+Blue) = 9+19+10=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #09130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130A is #F6ECF5. Grayscale: #0F0F0F. Windows color (decimal): -16182518 or 660233. OLE color: 660233.

HSL color Cylindrical-coordinate representation of color #09130A: hue angle of 126º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130A is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 10 -
CMYK 0.53 0 0.47 0.93
HSL 126º 0.36% 0.05% -
HSV(B) 126º 0.53% 0.07% -
XYZ 0.4 0.55 0.37 -
YUV 14.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 9 19 10 0.53 0 0.47 0.93 126 0.36 0.05
Hex 9 13 A 35 0 2F 5D 7E 24 5
Octal 11 23 12 65 0 57 135 176 44 5
Binary 1001 10011 1010 110101 0 101111 1011101 1111110 100100 101

Color Harmonies of #09130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09130A

Black with #09130A

Text Example


Text Example

White with #09130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09130A; }

 p { color: rgb(9,19,10); }

 H1.HeaderClassName
 {
   color: #09130A;
 }
 .AnyTagClassName
 {
   color: #09130A;
 }
</style>

background-color css

<style>
 a { background-color: #09130A; }

 a { background-color: rgb(9,19,10); }

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

border-color css

<style>
 span { border-color: #09130A; }

 span { border-color: rgb(9,19,10); }

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