Html Css Color HEX #250329 Blackcurrant

📋 copy color: '#250329'

red 37 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #250329

Tints of Blackcurrant #250329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.7%

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

R = 45.68%
G = 3.7%
B = 50.62%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250329 (or 0x250329) is known color: Blackcurrant. HEX triplet: 25, 03 and 29. RGB value is (37,3,41). Sum of RGB (Red+Green+Blue) = 37+3+41=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #250329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250329 is #DAFCD6. Grayscale: #111111. Windows color (decimal): -14351575 or 2687781. OLE color: 2687781.

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

Color convert

RGB 37 3 41 -
CMYK 0.10 0.93 0 0.84
HSL 293.68º 0.86% 0.09% -
HSV(B) 293.68º 0.93% 0.16% -
XYZ 1.2 0.62 2.15 -
YUV 17.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 37 3 41 0.10 0.93 0 0.84 293.68 0.86 0.09
Hex 25 3 29 A 5D 0 54 126 56 9
Octal 45 3 51 12 135 0 124 446 126 11
Binary 100101 11 101001 1010 1011101 0 1010100 100100110 1010110 1001

Color Harmonies of #250329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250329

Black with #250329

Text Example


Text Example

White with #250329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250329; }

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

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

background-color css

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

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

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

border-color css

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

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

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