Html Css Color HEX #0A280F Black Bean

📋 copy color: '#0A280F'

red 10 ◦ green 40 ◦ blue 15

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

Shades of Black Bean #0A280F

Tints of Black Bean #0A280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 15.38%
G = 61.54%
B = 23.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#0A280F (or 0x0A280F) is known color: Black Bean. HEX triplet: 0A, 28 and 0F. RGB value is (10,40,15). Sum of RGB (Red+Green+Blue) = 10+40+15=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280F is #F5D7F0. Grayscale: #1C1C1C. Windows color (decimal): -16111601 or 993290. OLE color: 993290.

HSL color Cylindrical-coordinate representation of color #0A280F: hue angle of 130º 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 #0A280F is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 40 15 -
CMYK 0.75 0 0.62 0.84
HSL 130º 0.6% 0.1% -
HSV(B) 130º 0.75% 0.16% -
XYZ 0.97 1.62 0.71 -
YUV 28.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 10 40 15 0.75 0 0.62 0.84 130 0.6 0.1
Hex A 28 F 4B 0 3E 54 82 3C A
Octal 12 50 17 113 0 76 124 202 74 12
Binary 1010 101000 1111 1001011 0 111110 1010100 10000010 111100 1010

Color Harmonies of #0A280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A280F

Black with #0A280F

Text Example


Text Example

White with #0A280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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