Html Css Color HEX #0A140C Black Bean

📋 copy color: '#0A140C'

red 10 ◦ green 20 ◦ blue 12

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

Shades of Black Bean #0A140C

Tints of Black Bean #0A140C

RGB

 RED value IS 10 (4.3% from 255) = 23.81%

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

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

R = 23.81%
G = 47.62%
B = 28.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#0A140C (or 0x0A140C) is known color: Black Bean. HEX triplet: 0A, 14 and 0C. RGB value is (10,20,12). Sum of RGB (Red+Green+Blue) = 10+20+12=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140C is #F5EBF3. Grayscale: #101010. Windows color (decimal): -16116724 or 791562. OLE color: 791562.

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

Color convert

RGB 10 20 12 -
CMYK 0.50 0 0.40 0.92
HSL 132º 0.33% 0.06% -
HSV(B) 132º 0.5% 0.08% -
XYZ 0.44 0.59 0.44 -
YUV 16.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 10 20 12 0.50 0 0.40 0.92 132 0.33 0.06
Hex A 14 C 32 0 28 5C 84 21 6
Octal 12 24 14 62 0 50 134 204 41 6
Binary 1010 10100 1100 110010 0 101000 1011100 10000100 100001 110

Color Harmonies of #0A140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A140C

Black with #0A140C

Text Example


Text Example

White with #0A140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A140C; }

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

 H1.HeaderClassName
 {
   color: #0A140C;
 }
 .AnyTagClassName
 {
   color: #0A140C;
 }
</style>

background-color css

<style>
 a { background-color: #0A140C; }

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

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

border-color css

<style>
 span { border-color: #0A140C; }

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

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