#250532

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

Shades of Blackcurrant #250532

Tints of Blackcurrant #250532

Color information

#250532 (or 0x250532) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 32. RGB value is (37,5,50). Sum of RGB (Red+Green+Blue) = 37+5+50=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #250532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250532 is #DAFACD. Grayscale: #131313. Windows color (decimal): -14351054 or 3278117. OLE color: 3278117.

HSL color Cylindrical-coordinate representation of color #250532: hue angle of 282.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250532 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB37550-
CMYK0.260.9000.80
HSL282.67º81.82%10.78%-
HSV(B)282.67º90%19.61%-
XYZ1.390.733.09-
YUV19.7145.1140.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=40.22%
G=5.43%
B=54.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal375500.260.9000.80282.6781.8210.78
Hex255321A5A05011b52b
Octal4556232132012043312213
Binary1001011011100101101010110100101000010001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250532; }

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

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

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

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

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

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

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

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