#250536

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

Shades of Blackcurrant #250536

Tints of Blackcurrant #250536

Color information

#250536 (or 0x250536) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 36. RGB value is (37,5,54). Sum of RGB (Red+Green+Blue) = 37+5+54=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #250536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250536 is #DAFAC9. Grayscale: #131313. Windows color (decimal): -14351050 or 3540261. OLE color: 3540261.

HSL color Cylindrical-coordinate representation of color #250536: hue angle of 279.18º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250536 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB37554-
CMYK0.310.9100.79
HSL279.18º83.05%11.57%-
HSV(B)279.18º90.74%21.18%-
XYZ1.480.773.56-
YUV20.15147.1140.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 54 (21.48% from 255) = 56.25%
R=38.54%
G=5.21%
B=56.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal375540.310.9100.79279.1883.0511.57
Hex255361F5B04F11753c
Octal4556637133011742712314
Binary1001011011101101111110110110100111110001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250536; }

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

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

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

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

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

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

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

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