#250235

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

Shades of Blackcurrant #250235

Tints of Blackcurrant #250235

Color information

#250235 (or 0x250235) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 35. RGB value is (37,2,53). Sum of RGB (Red+Green+Blue) = 37+2+53=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #250235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250235 is #DAFDCA. Grayscale: #121212. Windows color (decimal): -14351819 or 3473957. OLE color: 3473957.

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

Color convert

RGB37253-
CMYK0.300.9600.79
HSL281.18º92.73%10.78%-
HSV(B)281.18º96.23%20.78%-
XYZ1.430.693.43-
YUV18.28147.6141.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 53 (21.09% from 255) = 57.61%
R=40.22%
G=2.17%
B=57.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal372530.300.9600.79281.1892.7310.78
Hex252351E6004F1195db
Octal4526536140011743113513
Binary100101101101011111011000000100111110001100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250235; }

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

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

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

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

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

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

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

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