#250132

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

Shades of Blackcurrant #250132

Tints of Blackcurrant #250132

Color information

#250132 (or 0x250132) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 32. RGB value is (37,1,50). Sum of RGB (Red+Green+Blue) = 37+1+50=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #250132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250132 is #DAFECD. Grayscale: #111111. Windows color (decimal): -14352078 or 3277093. OLE color: 3277093.

HSL color Cylindrical-coordinate representation of color #250132: hue angle of 284.08º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250132 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB37150-
CMYK0.260.9800.80
HSL284.08º96.08%10%-
HSV(B)284.08º98%19.61%-
XYZ1.350.653.07-
YUV17.35146.43142.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=42.05%
G=1.14%
B=56.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal371500.260.9800.80284.0896.0810
Hex251321A6205011c60a
Octal4516232142012043414012
Binary10010111100101101011000100101000010001110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250132; }

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

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

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

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

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

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

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

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