Html Css Color HEX #250441 Blackcurrant

📋 copy color: '#250441'

red 37 ◦ green 4 ◦ blue 65

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

Shades of Blackcurrant #250441

Tints of Blackcurrant #250441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 34.91%
G = 3.77%
B = 61.32%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250441 (or 0x250441) is known color: Blackcurrant. HEX triplet: 25, 04 and 41. RGB value is (37,4,65). Sum of RGB (Red+Green+Blue) = 37+4+65=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #250441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250441 is #DAFBBE. Grayscale: #141414. Windows color (decimal): -14351295 or 4260901. OLE color: 4260901.

HSL color Cylindrical-coordinate representation of color #250441: hue angle of 272.46º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250441 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 4 65 -
CMYK 0.43 0.94 0 0.75
HSL 272.46º 0.88% 0.14% -
HSV(B) 272.46º 0.94% 0.25% -
XYZ 1.76 0.86 5.07 -
YUV 20.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 37 4 65 0.43 0.94 0 0.75 272.46 0.88 0.14
Hex 25 4 41 2B 5E 0 4B 110 58 E
Octal 45 4 101 53 136 0 113 420 130 16
Binary 100101 100 1000001 101011 1011110 0 1001011 100010000 1011000 1110

Color Harmonies of #250441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250441

Black with #250441

Text Example


Text Example

White with #250441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250441; }

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

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

background-color css

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

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

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

border-color css

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

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

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