#25023D

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

Shades of Blackcurrant #25023D

Tints of Blackcurrant #25023D

Color information

#25023D (or 0x25023D) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 3D. RGB value is (37,2,61). Sum of RGB (Red+Green+Blue) = 37+2+61=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #25023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25023D is #DAFDC2. Grayscale: #121212. Windows color (decimal): -14351811 or 3998245. OLE color: 3998245.

HSL color Cylindrical-coordinate representation of color #25023D: hue angle of 275.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25023D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37261-
CMYK0.390.9700.76
HSL275.59º93.65%12.35%-
HSV(B)275.59º96.72%23.92%-
XYZ1.630.774.48-
YUV19.19151.6140.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 61 (24.22% from 255) = 61%
R=37%
G=2%
B=61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal372610.390.9700.76275.5993.6512.35
Hex2523D276104C1145ec
Octal4527547141011442413614
Binary1001011011110110011111000010100110010001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25023D; }

 p { color: rgb(37,2,61); }

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

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

 a { background-color: rgb(37,2,61); }

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

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

 span { border-color: rgb(37,2,61); }

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