#0A230D

Color #0A230D Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #0A230D

Tints of Black Bean #0A230D

Color information

#0A230D (or 0x0A230D) is unknown color: approx Black Bean. HEX triplet: 0A, 23 and 0D. RGB value is (10,35,13). Sum of RGB (Red+Green+Blue) = 10+35+13=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #0A230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A230D is #F5DCF2. Grayscale: #191919. Windows color (decimal): -16112883 or 860938. OLE color: 860938.

HSL color Cylindrical-coordinate representation of color #0A230D: hue angle of 127.2º 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 #0A230D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB103513-
CMYK0.7100.630.86
HSL127.2º55.56%8.82%-
HSV(B)127.2º71.43%13.73%-
XYZ0.81.30.59-
YUV25.02121.22117.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.24%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=17.24%
G=60.34%
B=22.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1035130.7100.630.86127.255.568.82
HexA23D4703F567f389
Octal1243151070771261777011
Binary1010100011110110001110111111101011011111111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A230D;
 }
 .AnyTagClassName
 {
   color: #0A230D;
 }
</style>
background-color css

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

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

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

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

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

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