Html Css Color HEX #0A120C Black Bean

📋 copy color: '#0A120C'

red 10 ◦ green 18 ◦ blue 12

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

Shades of Black Bean #0A120C

Tints of Black Bean #0A120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

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

R = 25%
G = 45%
B = 30%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#0A120C (or 0x0A120C) is known color: Black Bean. HEX triplet: 0A, 12 and 0C. RGB value is (10,18,12). Sum of RGB (Red+Green+Blue) = 10+18+12=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #0A120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A120C is #F5EDF3. Grayscale: #0E0E0E. Windows color (decimal): -16117236 or 791050. OLE color: 791050.

HSL color Cylindrical-coordinate representation of color #0A120C: hue angle of 135º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A120C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 18 12 -
CMYK 0.44 0 0.33 0.93
HSL 135º 0.29% 0.05% -
HSV(B) 135º 0.44% 0.07% -
XYZ 0.41 0.52 0.43 -
YUV 14.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 10 18 12 0.44 0 0.33 0.93 135 0.29 0.05
Hex A 12 C 2C 0 21 5D 87 1D 5
Octal 12 22 14 54 0 41 135 207 35 5
Binary 1010 10010 1100 101100 0 100001 1011101 10000111 11101 101

Color Harmonies of #0A120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A120C

Black with #0A120C

Text Example


Text Example

White with #0A120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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