#250538

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

Shades of Blackcurrant #250538

Tints of Blackcurrant #250538

Color information

#250538 (or 0x250538) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 38. RGB value is (37,5,56). Sum of RGB (Red+Green+Blue) = 37+5+56=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #250538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250538 is #DAFAC7. Grayscale: #141414. Windows color (decimal): -14351048 or 3671333. OLE color: 3671333.

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

Color convert

RGB37556-
CMYK0.340.9100.78
HSL277.65º83.61%11.96%-
HSV(B)277.65º91.07%21.96%-
XYZ1.530.793.81-
YUV20.38148.1139.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=37.76%
G=5.10%
B=57.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375560.340.9100.78277.6583.6111.96
Hex25538225B04E11654c
Octal4557042133011642612414
Binary10010110111100010001010110110100111010001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250538; }

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

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

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

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

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

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

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

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