Html Css Color HEX #07250B Black Bean

📋 copy color: '#07250B'

red 7 ◦ green 37 ◦ blue 11

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

Shades of Black Bean #07250B

Tints of Black Bean #07250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 20%

R = 12.73%
G = 67.27%
B = 20%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#07250B (or 0x07250B) is known color: Black Bean. HEX triplet: 07, 25 and 0B. RGB value is (7,37,11). Sum of RGB (Red+Green+Blue) = 7+37+11=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #07250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250B is #F8DAF4. Grayscale: #191919. Windows color (decimal): -16308981 or 730375. OLE color: 730375.

HSL color Cylindrical-coordinate representation of color #07250B: hue angle of 128º 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 #07250B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 11 -
CMYK 0.81 0 0.70 0.85
HSL 128º 0.68% 0.09% -
HSV(B) 128º 0.81% 0.15% -
XYZ 0.81 1.39 0.54 -
YUV 25.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 7 37 11 0.81 0 0.70 0.85 128 0.68 0.09
Hex 7 25 B 51 0 46 55 80 44 9
Octal 7 45 13 121 0 106 125 200 104 11
Binary 111 100101 1011 1010001 0 1000110 1010101 10000000 1000100 1001

Color Harmonies of #07250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07250B

Black with #07250B

Text Example


Text Example

White with #07250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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