#250335

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

Shades of Blackcurrant #250335

Tints of Blackcurrant #250335

Color information

#250335 (or 0x250335) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 35. RGB value is (37,3,53). Sum of RGB (Red+Green+Blue) = 37+3+53=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #250335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250335 is #DAFCCA. Grayscale: #121212. Windows color (decimal): -14351563 or 3474213. OLE color: 3474213.

HSL color Cylindrical-coordinate representation of color #250335: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250335 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB37353-
CMYK0.300.9400.79
HSL280.8º89.29%10.98%-
HSV(B)280.8º94.34%20.78%-
XYZ1.440.723.43-
YUV18.87147.26140.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 53 (21.09% from 255) = 56.99%
R=39.78%
G=3.23%
B=56.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal373530.300.9400.79280.889.2910.98
Hex253351E5E04F11959b
Octal4536536136011743113113
Binary100101111101011111010111100100111110001100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250335; }

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

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

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

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

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

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

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

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