Html Css Color HEX #07250A Black Bean

📋 copy color: '#07250A'

red 7 ◦ green 37 ◦ blue 10

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

Shades of Black Bean #07250A

Tints of Black Bean #07250A

RGB

 RED value IS 7 (3.13% from 255) = 12.96%

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

 BLUE value IS 10 (4.3% from 255) = 18.52%

R = 12.96%
G = 68.52%
B = 18.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#07250A (or 0x07250A) is known color: Black Bean. HEX triplet: 07, 25 and 0A. RGB value is (7,37,10). Sum of RGB (Red+Green+Blue) = 7+37+10=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #07250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250A is #F8DAF5. Grayscale: #191919. Windows color (decimal): -16308982 or 664839. OLE color: 664839.

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

Color convert

RGB 7 37 10 -
CMYK 0.81 0 0.73 0.85
HSL 126º 0.68% 0.09% -
HSV(B) 126º 0.81% 0.15% -
XYZ 0.8 1.39 0.51 -
YUV 24.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 7 37 10 0.81 0 0.73 0.85 126 0.68 0.09
Hex 7 25 A 51 0 49 55 7E 44 9
Octal 7 45 12 121 0 111 125 176 104 11
Binary 111 100101 1010 1010001 0 1001001 1010101 1111110 1000100 1001

Color Harmonies of #07250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07250A

Black with #07250A

Text Example


Text Example

White with #07250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07250A; }

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

 H1.HeaderClassName
 {
   color: #07250A;
 }
 .AnyTagClassName
 {
   color: #07250A;
 }
</style>

background-color css

<style>
 a { background-color: #07250A; }

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

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

border-color css

<style>
 span { border-color: #07250A; }

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

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