#250932

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

Shades of Blackcurrant #250932

Tints of Blackcurrant #250932

Color information

#250932 (or 0x250932) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 32. RGB value is (37,9,50). Sum of RGB (Red+Green+Blue) = 37+9+50=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #250932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250932 is #DAF6CD. Grayscale: #151515. Windows color (decimal): -14350030 or 3279141. OLE color: 3279141.

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

Color convert

RGB37950-
CMYK0.260.8200.80
HSL280.98º69.49%11.57%-
HSV(B)280.98º82%19.61%-
XYZ1.440.823.1-
YUV22.05143.78138.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=38.54%
G=9.38%
B=52.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal379500.260.8200.80280.9869.4911.57
Hex259321A5205011945c
Octal45116232122012043110514
Binary10010110011100101101010100100101000010001100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250932; }

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

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

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

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

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

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

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

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