Html Css Color HEX #102012 Black Bean

📋 copy color: '#102012'

red 16 ◦ green 32 ◦ blue 18

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

Shades of Black Bean #102012

Tints of Black Bean #102012

RGB

 RED value IS 16 (6.64% from 255) = 24.24%

 GREEN value IS 32 (12.89% from 255) = 48.48%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#102012 (or 0x102012) is known color: Black Bean. HEX triplet: 10, 20 and 12. RGB value is (16,32,18). Sum of RGB (Red+Green+Blue) = 16+32+18=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #102012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102012 is #EFDFED. Grayscale: #191919. Windows color (decimal): -15720430 or 1187856. OLE color: 1187856.

HSL color Cylindrical-coordinate representation of color #102012: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102012 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 32 18 -
CMYK 0.5 0 0.44 0.87
HSL 127.5º 0.33% 0.09% -
HSV(B) 127.5º 0.5% 0.13% -
XYZ 0.84 1.19 0.76 -
YUV 25.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 16 32 18 0.5 0 0.44 0.87 127.5 0.33 0.09
Hex 10 20 12 32 0 2C 57 80 21 9
Octal 20 40 22 62 0 54 127 200 41 11
Binary 10000 100000 10010 110010 0 101100 1010111 10000000 100001 1001

Color Harmonies of #102012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102012

Black with #102012

Text Example


Text Example

White with #102012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102012; }

 p { color: rgb(16,32,18); }

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

background-color css

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

 a { background-color: rgb(16,32,18); }

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

border-color css

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

 span { border-color: rgb(16,32,18); }

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