#25033C

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

Shades of Blackcurrant #25033C

Tints of Blackcurrant #25033C

Color information

#25033C (or 0x25033C) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 3C. RGB value is (37,3,60). Sum of RGB (Red+Green+Blue) = 37+3+60=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #25033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25033C is #DAFCC3. Grayscale: #131313. Windows color (decimal): -14351556 or 3932965. OLE color: 3932965.

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

Color convert

RGB37360-
CMYK0.380.9500.76
HSL275.79º90.48%12.35%-
HSV(B)275.79º95%23.53%-
XYZ1.610.784.34-
YUV19.66150.76140.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 60 (23.83% from 255) = 60%
R=37%
G=3%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal373600.380.9500.76275.7990.4812.35
Hex2533C265F04C1145ac
Octal4537446137011442413214
Binary1001011111110010011010111110100110010001010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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