#250053

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

Shades of Blackcurrant #250053

Tints of Blackcurrant #250053

Color information

#250053 (or 0x250053) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 53. RGB value is (37,0,83). Sum of RGB (Red+Green+Blue) = 37+0+83=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #250053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250053 is #DAFFAC. Grayscale: #141414. Windows color (decimal): -14352301 or 5439525. OLE color: 5439525.

HSL color Cylindrical-coordinate representation of color #250053: hue angle of 266.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250053 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37083-
CMYK0.55100.67
HSL266.75º100%16.27%-
HSV(B)266.75º100%32.55%-
XYZ2.321.028.26-
YUV20.52163.26139.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 69.17%
R=30.83%
G=0%
B=69.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal370830.55100.67266.7510016.27
Hex25053376404310b6410
Octal45012367144010341314420
Binary10010101010011110111110010001000011100001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250053; }

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

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

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

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

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

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

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

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