Html Css Color HEX #102313 Black Bean

📋 copy color: '#102313'

red 16 ◦ green 35 ◦ blue 19

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

Shades of Black Bean #102313

Tints of Black Bean #102313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50%

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

R = 22.86%
G = 50%
B = 27.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#102313 (or 0x102313) is known color: Black Bean. HEX triplet: 10, 23 and 13. RGB value is (16,35,19). Sum of RGB (Red+Green+Blue) = 16+35+19=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #102313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102313 is #EFDCEC. Grayscale: #1B1B1B. Windows color (decimal): -15719661 or 1254160. OLE color: 1254160.

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

Color convert

RGB 16 35 19 -
CMYK 0.54 0 0.46 0.86
HSL 129.47º 0.37% 0.1% -
HSV(B) 129.47º 0.54% 0.14% -
XYZ 0.93 1.36 0.83 -
YUV 27.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 16 35 19 0.54 0 0.46 0.86 129.47 0.37 0.1
Hex 10 23 13 36 0 2E 56 81 25 A
Octal 20 43 23 66 0 56 126 201 45 12
Binary 10000 100011 10011 110110 0 101110 1010110 10000001 100101 1010

Color Harmonies of #102313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102313

Black with #102313

Text Example


Text Example

White with #102313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102313; }

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

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

background-color css

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

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

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

border-color css

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

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

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