Html Css Color HEX #0A250F Black Bean

📋 copy color: '#0A250F'

red 10 ◦ green 37 ◦ blue 15

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

Shades of Black Bean #0A250F

Tints of Black Bean #0A250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 59.68%

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

R = 16.13%
G = 59.68%
B = 24.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#0A250F (or 0x0A250F) is known color: Black Bean. HEX triplet: 0A, 25 and 0F. RGB value is (10,37,15). Sum of RGB (Red+Green+Blue) = 10+37+15=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0A250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A250F is #F5DAF0. Grayscale: #1A1A1A. Windows color (decimal): -16112369 or 992522. OLE color: 992522.

HSL color Cylindrical-coordinate representation of color #0A250F: hue angle of 131.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A250F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 15 -
CMYK 0.73 0 0.59 0.85
HSL 131.11º 0.57% 0.09% -
HSV(B) 131.11º 0.73% 0.15% -
XYZ 0.87 1.42 0.68 -
YUV 26.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 10 37 15 0.73 0 0.59 0.85 131.11 0.57 0.09
Hex A 25 F 49 0 3B 55 83 39 9
Octal 12 45 17 111 0 73 125 203 71 11
Binary 1010 100101 1111 1001001 0 111011 1010101 10000011 111001 1001

Color Harmonies of #0A250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A250F

Black with #0A250F

Text Example


Text Example

White with #0A250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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