#250045

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

Shades of Blackcurrant #250045

Tints of Blackcurrant #250045

Color information

#250045 (or 0x250045) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 45. RGB value is (37,0,69). Sum of RGB (Red+Green+Blue) = 37+0+69=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #250045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250045 is #DAFFBA. Grayscale: #121212. Windows color (decimal): -14352315 or 4522021. OLE color: 4522021.

HSL color Cylindrical-coordinate representation of color #250045: hue angle of 272.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250045 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37069-
CMYK0.46100.73
HSL272.17º100%13.53%-
HSV(B)272.17º100%27.06%-
XYZ1.840.825.69-
YUV18.93156.26140.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 65.09%
R=34.91%
G=0%
B=65.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370690.46100.73272.1710013.53
Hex250452E6404911064e
Octal45010556144011142014416
Binary1001010100010110111011001000100100110001000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250045; }

 p { color: rgb(37,0,69); }

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

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

 a { background-color: rgb(37,0,69); }

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

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

 span { border-color: rgb(37,0,69); }

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