#25102F

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

Shades of Blackcurrant #25102F

Tints of Blackcurrant #25102F

Color information

#25102F (or 0x25102F) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 2F. RGB value is (37,16,47). Sum of RGB (Red+Green+Blue) = 37+16+47=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #25102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102F is #DAEFD0. Grayscale: #191919. Windows color (decimal): -14348241 or 3084325. OLE color: 3084325.

HSL color Cylindrical-coordinate representation of color #25102F: hue angle of 280.65º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25102F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB371647-
CMYK0.210.6600.82
HSL280.65º49.21%12.35%-
HSV(B)280.65º65.96%18.43%-
XYZ1.460.972.8-
YUV25.81139.96135.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 47 (18.75% from 255) = 47%
R=37%
G=16%
B=47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3716470.210.6600.82280.6549.2112.35
Hex25102F154205211931c
Octal4520572510201224316114
Binary10010110000101111101011000010010100101000110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25102F; }

 p { color: rgb(37,16,47); }

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

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

 a { background-color: rgb(37,16,47); }

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

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

 span { border-color: rgb(37,16,47); }

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