Html Css Color HEX #09140C Black Bean

📋 copy color: '#09140C'

red 9 ◦ green 20 ◦ blue 12

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

Shades of Black Bean #09140C

Tints of Black Bean #09140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 48.78%

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

R = 21.95%
G = 48.78%
B = 29.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#09140C (or 0x09140C) is known color: Black Bean. HEX triplet: 09, 14 and 0C. RGB value is (9,20,12). Sum of RGB (Red+Green+Blue) = 9+20+12=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #09140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140C is #F6EBF3. Grayscale: #0F0F0F. Windows color (decimal): -16182260 or 791561. OLE color: 791561.

HSL color Cylindrical-coordinate representation of color #09140C: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140C is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 12 -
CMYK 0.55 0 0.40 0.92
HSL 136.36º 0.38% 0.06% -
HSV(B) 136.36º 0.55% 0.08% -
XYZ 0.43 0.58 0.44 -
YUV 15.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 9 20 12 0.55 0 0.40 0.92 136.36 0.38 0.06
Hex 9 14 C 37 0 28 5C 88 26 6
Octal 11 24 14 67 0 50 134 210 46 6
Binary 1001 10100 1100 110111 0 101000 1011100 10001000 100110 110

Color Harmonies of #09140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09140C

Black with #09140C

Text Example


Text Example

White with #09140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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