#25063C

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

Shades of Blackcurrant #25063C

Tints of Blackcurrant #25063C

Color information

#25063C (or 0x25063C) is unknown color: approx Blackcurrant. HEX triplet: 25, 06 and 3C. RGB value is (37,6,60). Sum of RGB (Red+Green+Blue) = 37+6+60=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #25063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25063C is #DAF9C3. Grayscale: #151515. Windows color (decimal): -14350788 or 3933733. OLE color: 3933733.

HSL color Cylindrical-coordinate representation of color #25063C: hue angle of 274.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25063C is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37660-
CMYK0.380.9000.76
HSL274.44º81.82%12.94%-
HSV(B)274.44º90%23.53%-
XYZ1.640.854.35-
YUV21.42149.77139.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 60 (23.83% from 255) = 58.25%
R=35.92%
G=5.83%
B=58.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal376600.380.9000.76274.4481.8212.94
Hex2563C265A04C11252d
Octal4567446132011442212215
Binary10010111011110010011010110100100110010001001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25063C; }

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

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

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

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

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

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

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

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