Html Css Color HEX #0A230D Black Bean

📋 copy color: '#0A230D'

red 10 ◦ green 35 ◦ blue 13

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

Shades of Black Bean #0A230D

Tints of Black Bean #0A230D

RGB

 RED value IS 10 (4.3% 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 value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#0A230D (or 0x0A230D) is known color: 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

RGB 10 35 13 -
CMYK 0.71 0 0.63 0.86
HSL 127.2º 0.56% 0.09% -
HSV(B) 127.2º 0.71% 0.14% -
XYZ 0.8 1.3 0.59 -
YUV 25.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 10 35 13 0.71 0 0.63 0.86 127.2 0.56 0.09
Hex A 23 D 47 0 3F 56 7F 38 9
Octal 12 43 15 107 0 77 126 177 70 11
Binary 1010 100011 1101 1000111 0 111111 1010110 1111111 111000 1001

Color Harmonies of #0A230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A230D

Black with #0A230D

Text Example


Text Example

White with #0A230D

Text Example


Text Example

HTML Codes & Css Web 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>