Html Css Color HEX #250429 Blackcurrant

📋 copy color: '#250429'

red 37 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #250429

Tints of Blackcurrant #250429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.88%

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

R = 45.12%
G = 4.88%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250429 (or 0x250429) is known color: Blackcurrant. HEX triplet: 25, 04 and 29. RGB value is (37,4,41). Sum of RGB (Red+Green+Blue) = 37+4+41=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #250429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250429 is #DAFBD6. Grayscale: #111111. Windows color (decimal): -14351319 or 2688037. OLE color: 2688037.

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

Color convert

RGB 37 4 41 -
CMYK 0.10 0.90 0 0.84
HSL 293.51º 0.82% 0.09% -
HSV(B) 293.51º 0.9% 0.16% -
XYZ 1.21 0.64 2.16 -
YUV 18.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 37 4 41 0.10 0.90 0 0.84 293.51 0.82 0.09
Hex 25 4 29 A 5A 0 54 126 52 9
Octal 45 4 51 12 132 0 124 446 122 11
Binary 100101 100 101001 1010 1011010 0 1010100 100100110 1010010 1001

Color Harmonies of #250429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250429

Black with #250429

Text Example


Text Example

White with #250429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250429; }

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

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

background-color css

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

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

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

border-color css

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

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

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