#250543

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

Shades of Blackcurrant #250543

Tints of Blackcurrant #250543

Color information

#250543 (or 0x250543) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 43. RGB value is (37,5,67). Sum of RGB (Red+Green+Blue) = 37+5+67=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #250543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250543 is #DAFABC. Grayscale: #151515. Windows color (decimal): -14351037 or 4392229. OLE color: 4392229.

HSL color Cylindrical-coordinate representation of color #250543: hue angle of 270.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250543 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB37567-
CMYK0.450.9300.74
HSL270.97º86.11%14.12%-
HSV(B)270.97º92.54%26.27%-
XYZ1.830.915.39-
YUV21.64153.6138.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 67 (26.56% from 255) = 61.47%
R=33.94%
G=4.59%
B=61.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal375670.450.9300.74270.9786.1114.12
Hex255432D5D04A10f56e
Octal45510355135011241712616
Binary100101101100001110110110111010100101010000111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250543; }

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

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

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

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

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

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

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

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