#250530

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

Shades of Blackcurrant #250530

Tints of Blackcurrant #250530

Color information

#250530 (or 0x250530) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 30. RGB value is (37,5,48). Sum of RGB (Red+Green+Blue) = 37+5+48=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #250530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250530 is #DAFACF. Grayscale: #131313. Windows color (decimal): -14351056 or 3147045. OLE color: 3147045.

HSL color Cylindrical-coordinate representation of color #250530: hue angle of 284.65º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250530 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB37548-
CMYK0.230.9000.81
HSL284.65º81.13%10.39%-
HSV(B)284.65º89.58%18.82%-
XYZ1.350.722.86-
YUV19.47144.1140.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 48 (19.14% from 255) = 53.33%
R=41.11%
G=5.56%
B=53.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal375480.230.9000.81284.6581.1310.39
Hex25530175A05111d51a
Octal4556027132012143512112
Binary1001011011100001011110110100101000110001110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250530; }

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

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

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

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

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

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

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

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