#250A41

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

Shades of Blackcurrant #250A41

Tints of Blackcurrant #250A41

Color information

#250A41 (or 0x250A41) is unknown color: approx Blackcurrant. HEX triplet: 25, 0A and 41. RGB value is (37,10,65). Sum of RGB (Red+Green+Blue) = 37+10+65=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #250A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A41 is #DAF5BE. Grayscale: #181818. Windows color (decimal): -14349759 or 4262437. OLE color: 4262437.

HSL color Cylindrical-coordinate representation of color #250A41: hue angle of 269.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250A41 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB371065-
CMYK0.430.8500.75
HSL269.45º73.33%14.71%-
HSV(B)269.45º84.62%25.49%-
XYZ1.830.995.1-
YUV24.34150.95137.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=33.04%
G=8.93%
B=58.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3710650.430.8500.75269.4573.3314.71
Hex25A412B5504B10d49f
Octal451210153125011341511117
Binary1001011010100000110101110101010100101110000110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A41; }

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

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

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

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

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

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

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

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