#250332

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

Shades of Blackcurrant #250332

Tints of Blackcurrant #250332

Color information

#250332 (or 0x250332) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 32. RGB value is (37,3,50). Sum of RGB (Red+Green+Blue) = 37+3+50=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #250332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250332 is #DAFCCD. Grayscale: #121212. Windows color (decimal): -14351566 or 3277605. OLE color: 3277605.

HSL color Cylindrical-coordinate representation of color #250332: hue angle of 283.4º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250332 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB37350-
CMYK0.260.9400.80
HSL283.4º88.68%10.39%-
HSV(B)283.4º94%19.61%-
XYZ1.370.693.08-
YUV18.52145.76141.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=41.11%
G=3.33%
B=55.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal373500.260.9400.80283.488.6810.39
Hex253321A5E05011b59a
Octal4536232136012043313112
Binary100101111100101101010111100101000010001101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250332; }

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

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

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

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

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

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

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

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