#25012D

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

Shades of Blackcurrant #25012D

Tints of Blackcurrant #25012D

Color information

#25012D (or 0x25012D) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 2D. RGB value is (37,1,45). Sum of RGB (Red+Green+Blue) = 37+1+45=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #25012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012D is #DAFED2. Grayscale: #101010. Windows color (decimal): -14352083 or 2949413. OLE color: 2949413.

HSL color Cylindrical-coordinate representation of color #25012D: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25012D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37145-
CMYK0.180.9800.82
HSL289.09º95.65%9.02%-
HSV(B)289.09º97.78%17.65%-
XYZ1.250.62.53-
YUV16.78143.93142.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=44.58%
G=1.20%
B=54.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal371450.180.9800.82289.0995.659.02
Hex2512D1262052121609
Octal4515522142012244114011
Binary10010111011011001011000100101001010010000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,1,45); }

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

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

 a { background-color: rgb(37,1,45); }

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

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

 span { border-color: rgb(37,1,45); }

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