Html Css Color HEX #102512 Black Bean

📋 copy color: '#102512'

red 16 ◦ green 37 ◦ blue 18

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

Shades of Black Bean #102512

Tints of Black Bean #102512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.11%

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

R = 22.54%
G = 52.11%
B = 25.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#102512 (or 0x102512) is known color: Black Bean. HEX triplet: 10, 25 and 12. RGB value is (16,37,18). Sum of RGB (Red+Green+Blue) = 16+37+18=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #102512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102512 is #EFDAED. Grayscale: #1C1C1C. Windows color (decimal): -15719150 or 1189136. OLE color: 1189136.

HSL color Cylindrical-coordinate representation of color #102512: hue angle of 125.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102512 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 18 -
CMYK 0.57 0 0.51 0.85
HSL 125.71º 0.4% 0.1% -
HSV(B) 125.71º 0.57% 0.15% -
XYZ 0.98 1.48 0.81 -
YUV 28.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 16 37 18 0.57 0 0.51 0.85 125.71 0.4 0.1
Hex 10 25 12 39 0 33 55 7E 28 A
Octal 20 45 22 71 0 63 125 176 50 12
Binary 10000 100101 10010 111001 0 110011 1010101 1111110 101000 1010

Color Harmonies of #102512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102512

Black with #102512

Text Example


Text Example

White with #102512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102512; }

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

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

background-color css

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

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

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

border-color css

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

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

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