#250741

Color #250741 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #250741

Tints of Blackcurrant #250741

Color information

#250741 (or 0x250741) is unknown color: approx Blackcurrant. HEX triplet: 25, 07 and 41. RGB value is (37,7,65). Sum of RGB (Red+Green+Blue) = 37+7+65=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #250741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250741 is #DAF8BE. Grayscale: #161616. Windows color (decimal): -14350527 or 4261669. OLE color: 4261669.

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

Color convert

RGB37765-
CMYK0.430.8900.75
HSL271.03º80.56%14.12%-
HSV(B)271.03º89.23%25.49%-
XYZ1.790.935.09-
YUV22.58151.94138.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=33.94%
G=6.42%
B=59.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal377650.430.8900.75271.0380.5614.12
Hex257412B5904B10f51e
Octal45710153131011341712116
Binary100101111100000110101110110010100101110000111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250741; }

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

 H1.HeaderClassName
 {
   color: #250741;
 }
 .AnyTagClassName
 {
   color: #250741;
 }
</style>
background-color css

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

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

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

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

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

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