Html Css Color HEX #0A240D Black Bean

📋 copy color: '#0A240D'

red 10 ◦ green 36 ◦ blue 13

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

Shades of Black Bean #0A240D

Tints of Black Bean #0A240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.03%

R = 16.95%
G = 61.02%
B = 22.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#0A240D (or 0x0A240D) is known color: Black Bean. HEX triplet: 0A, 24 and 0D. RGB value is (10,36,13). Sum of RGB (Red+Green+Blue) = 10+36+13=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240D is #F5DBF2. Grayscale: #191919. Windows color (decimal): -16112627 or 861194. OLE color: 861194.

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

Color convert

RGB 10 36 13 -
CMYK 0.72 0 0.64 0.86
HSL 126.92º 0.57% 0.09% -
HSV(B) 126.92º 0.72% 0.14% -
XYZ 0.83 1.36 0.6 -
YUV 25.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 10 36 13 0.72 0 0.64 0.86 126.92 0.57 0.09
Hex A 24 D 48 0 40 56 7F 39 9
Octal 12 44 15 110 0 100 126 177 71 11
Binary 1010 100100 1101 1001000 0 1000000 1010110 1111111 111001 1001

Color Harmonies of #0A240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A240D

Black with #0A240D

Text Example


Text Example

White with #0A240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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