Html Css Color HEX #102413 Black Bean

📋 copy color: '#102413'

red 16 ◦ green 36 ◦ blue 19

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

Shades of Black Bean #102413

Tints of Black Bean #102413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50.7%

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 22.54%
G = 50.7%
B = 26.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#102413 (or 0x102413) is known color: Black Bean. HEX triplet: 10, 24 and 13. RGB value is (16,36,19). Sum of RGB (Red+Green+Blue) = 16+36+19=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #102413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102413 is #EFDBEC. Grayscale: #1C1C1C. Windows color (decimal): -15719405 or 1254416. OLE color: 1254416.

HSL color Cylindrical-coordinate representation of color #102413: hue angle of 129º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #102413 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 36 19 -
CMYK 0.56 0 0.47 0.86
HSL 129º 0.38% 0.1% -
HSV(B) 129º 0.56% 0.14% -
XYZ 0.96 1.42 0.84 -
YUV 28.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 16 36 19 0.56 0 0.47 0.86 129 0.38 0.1
Hex 10 24 13 38 0 2F 56 81 26 A
Octal 20 44 23 70 0 57 126 201 46 12
Binary 10000 100100 10011 111000 0 101111 1010110 10000001 100110 1010

Color Harmonies of #102413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102413

Black with #102413

Text Example


Text Example

White with #102413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102413; }

 p { color: rgb(16,36,19); }

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

background-color css

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

 a { background-color: rgb(16,36,19); }

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

border-color css

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

 span { border-color: rgb(16,36,19); }

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