Html Css Color HEX #250729 Blackcurrant

📋 copy color: '#250729'

red 37 ◦ green 7 ◦ blue 41

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

Shades of Blackcurrant #250729

Tints of Blackcurrant #250729

RGB

 RED value IS 37 (14.84% from 255) = 43.53%

 GREEN value IS 7 (3.13% from 255) = 8.24%

 BLUE value IS 41 (16.41% from 255) = 48.24%

R = 43.53%
G = 8.24%
B = 48.24%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250729 (or 0x250729) is known color: Blackcurrant. HEX triplet: 25, 07 and 29. RGB value is (37,7,41). Sum of RGB (Red+Green+Blue) = 37+7+41=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #250729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250729 is #DAF8D6. Grayscale: #131313. Windows color (decimal): -14350551 or 2688805. OLE color: 2688805.

HSL color Cylindrical-coordinate representation of color #250729: hue angle of 292.94º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250729 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 7 41 -
CMYK 0.10 0.83 0 0.84
HSL 292.94º 0.71% 0.09% -
HSV(B) 292.94º 0.83% 0.16% -
XYZ 1.24 0.71 2.17 -
YUV 19.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 37 7 41 0.10 0.83 0 0.84 292.94 0.71 0.09
Hex 25 7 29 A 53 0 54 125 47 9
Octal 45 7 51 12 123 0 124 445 107 11
Binary 100101 111 101001 1010 1010011 0 1010100 100100101 1000111 1001

Color Harmonies of #250729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250729

Black with #250729

Text Example


Text Example

White with #250729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250729; }

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

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

background-color css

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

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

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

border-color css

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

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

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