Html Css Color HEX #0A2310 Black Bean

📋 copy color: '#0A2310'

red 10 ◦ green 35 ◦ blue 16

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

Shades of Black Bean #0A2310

Tints of Black Bean #0A2310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 26.23%

R = 16.39%
G = 57.38%
B = 26.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#0A2310 (or 0x0A2310) is known color: Black Bean. HEX triplet: 0A, 23 and 10. RGB value is (10,35,16). Sum of RGB (Red+Green+Blue) = 10+35+16=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #0A2310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2310 is #F5DCEF. Grayscale: #191919. Windows color (decimal): -16112880 or 1057546. OLE color: 1057546.

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

Color convert

RGB 10 35 16 -
CMYK 0.71 0 0.54 0.86
HSL 134.4º 0.56% 0.09% -
HSV(B) 134.4º 0.71% 0.14% -
XYZ 0.82 1.3 0.7 -
YUV 25.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 10 35 16 0.71 0 0.54 0.86 134.4 0.56 0.09
Hex A 23 10 47 0 36 56 86 38 9
Octal 12 43 20 107 0 66 126 206 70 11
Binary 1010 100011 10000 1000111 0 110110 1010110 10000110 111000 1001

Color Harmonies of #0A2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2310

Black with #0A2310

Text Example


Text Example

White with #0A2310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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