Html Css Color HEX #0A180C Black Bean

📋 copy color: '#0A180C'

red 10 ◦ green 24 ◦ blue 12

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

Shades of Black Bean #0A180C

Tints of Black Bean #0A180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

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

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#0A180C (or 0x0A180C) is known color: Black Bean. HEX triplet: 0A, 18 and 0C. RGB value is (10,24,12). Sum of RGB (Red+Green+Blue) = 10+24+12=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180C is #F5E7F3. Grayscale: #121212. Windows color (decimal): -16115700 or 792586. OLE color: 792586.

HSL color Cylindrical-coordinate representation of color #0A180C: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A180C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 12 -
CMYK 0.58 0 0.50 0.91
HSL 128.57º 0.41% 0.07% -
HSV(B) 128.57º 0.58% 0.09% -
XYZ 0.52 0.74 0.46 -
YUV 18.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 10 24 12 0.58 0 0.50 0.91 128.57 0.41 0.07
Hex A 18 C 3A 0 32 5B 81 29 7
Octal 12 30 14 72 0 62 133 201 51 7
Binary 1010 11000 1100 111010 0 110010 1011011 10000001 101001 111

Color Harmonies of #0A180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A180C

Black with #0A180C

Text Example


Text Example

White with #0A180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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