#250D38

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

Shades of Blackcurrant #250D38

Tints of Blackcurrant #250D38

Color information

#250D38 (or 0x250D38) is unknown color: approx Blackcurrant. HEX triplet: 25, 0D and 38. RGB value is (37,13,56). Sum of RGB (Red+Green+Blue) = 37+13+56=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #250D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D38 is #DAF2C7. Grayscale: #181818. Windows color (decimal): -14349000 or 3673381. OLE color: 3673381.

HSL color Cylindrical-coordinate representation of color #250D38: hue angle of 273.49º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250D38 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB371356-
CMYK0.340.7700.78
HSL273.49º62.32%13.53%-
HSV(B)273.49º76.79%21.96%-
XYZ1.620.973.84-
YUV25.08145.45136.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=34.91%
G=12.26%
B=52.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3713560.340.7700.78273.4962.3213.53
Hex25D38224D04E1113ee
Octal4515704211501164217616
Binary10010111011110001000101001101010011101000100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,56); }

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

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

 a { background-color: rgb(37,13,56); }

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

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

 span { border-color: rgb(37,13,56); }

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