#250648

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

Shades of Blackcurrant #250648

Tints of Blackcurrant #250648

Color information

#250648 (or 0x250648) is unknown color: approx Blackcurrant. HEX triplet: 25, 06 and 48. RGB value is (37,6,72). Sum of RGB (Red+Green+Blue) = 37+6+72=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #250648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250648 is #DAF9B7. Grayscale: #161616. Windows color (decimal): -14350776 or 4720165. OLE color: 4720165.

HSL color Cylindrical-coordinate representation of color #250648: hue angle of 268.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250648 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB37672-
CMYK0.490.9200.72
HSL268.18º84.62%15.29%-
HSV(B)268.18º91.67%28.24%-
XYZ20.996.22-
YUV22.79155.77138.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=32.17%
G=5.22%
B=62.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal376720.490.9200.72268.1884.6215.29
Hex25648315C04810c55f
Octal45611061134011041412517
Binary100101110100100011000110111000100100010000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250648; }

 p { color: rgb(37,6,72); }

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

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

 a { background-color: rgb(37,6,72); }

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

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

 span { border-color: rgb(37,6,72); }

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