#250135

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

Shades of Blackcurrant #250135

Tints of Blackcurrant #250135

Color information

#250135 (or 0x250135) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 35. RGB value is (37,1,53). Sum of RGB (Red+Green+Blue) = 37+1+53=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #250135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250135 is #DAFECA. Grayscale: #111111. Windows color (decimal): -14352075 or 3473701. OLE color: 3473701.

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

Color convert

RGB37153-
CMYK0.300.9800.79
HSL281.54º96.3%10.59%-
HSV(B)281.54º98.11%20.78%-
XYZ1.420.673.42-
YUV17.69147.93141.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=40.66%
G=1.10%
B=58.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal371530.300.9800.79281.5496.310.59
Hex251351E6204F11a60b
Octal4516536142011743214013
Binary10010111101011111011000100100111110001101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250135; }

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

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

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

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

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

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

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

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