Html Css Color HEX #0A280D Black Bean

📋 copy color: '#0A280D'

red 10 ◦ green 40 ◦ blue 13

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

Shades of Black Bean #0A280D

Tints of Black Bean #0A280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 63.49%

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

R = 15.87%
G = 63.49%
B = 20.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#0A280D (or 0x0A280D) is known color: Black Bean. HEX triplet: 0A, 28 and 0D. RGB value is (10,40,13). Sum of RGB (Red+Green+Blue) = 10+40+13=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280D is #F5D7F2. Grayscale: #1C1C1C. Windows color (decimal): -16111603 or 862218. OLE color: 862218.

HSL color Cylindrical-coordinate representation of color #0A280D: hue angle of 126º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A280D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 40 13 -
CMYK 0.75 0 0.67 0.84
HSL 126º 0.6% 0.1% -
HSV(B) 126º 0.75% 0.16% -
XYZ 0.96 1.61 0.64 -
YUV 27.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 10 40 13 0.75 0 0.67 0.84 126 0.6 0.1
Hex A 28 D 4B 0 43 54 7E 3C A
Octal 12 50 15 113 0 103 124 176 74 12
Binary 1010 101000 1101 1001011 0 1000011 1010100 1111110 111100 1010

Color Harmonies of #0A280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A280D

Black with #0A280D

Text Example


Text Example

White with #0A280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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