#250138

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

Shades of Blackcurrant #250138

Tints of Blackcurrant #250138

Color information

#250138 (or 0x250138) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 38. RGB value is (37,1,56). Sum of RGB (Red+Green+Blue) = 37+1+56=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #250138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250138 is #DAFEC7. Grayscale: #111111. Windows color (decimal): -14352072 or 3670309. OLE color: 3670309.

HSL color Cylindrical-coordinate representation of color #250138: hue angle of 279.27º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250138 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37156-
CMYK0.340.9800.78
HSL279.27º96.49%11.18%-
HSV(B)279.27º98.21%21.96%-
XYZ1.490.73.8-
YUV18.03149.43141.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=39.36%
G=1.06%
B=59.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal371560.340.9800.78279.2796.4911.18
Hex25138226204E11760b
Octal4517042142011642714013
Binary100101111100010001011000100100111010001011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250138; }

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

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

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

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

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

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

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

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