#250B41

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

Shades of Blackcurrant #250B41

Tints of Blackcurrant #250B41

Color information

#250B41 (or 0x250B41) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 41. RGB value is (37,11,65). Sum of RGB (Red+Green+Blue) = 37+11+65=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #250B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B41 is #DAF4BE. Grayscale: #181818. Windows color (decimal): -14349503 or 4262693. OLE color: 4262693.

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

Color convert

RGB371165-
CMYK0.430.8300.75
HSL268.89º71.05%14.9%-
HSV(B)268.89º83.08%25.49%-
XYZ1.841.015.1-
YUV24.93150.61136.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=32.74%
G=9.73%
B=57.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3711650.430.8300.75268.8971.0514.9
Hex25B412B5304B10d47f
Octal451310153123011341510717
Binary1001011011100000110101110100110100101110000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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