#25092D

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

Shades of Blackcurrant #25092D

Tints of Blackcurrant #25092D

Color information

#25092D (or 0x25092D) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 2D. RGB value is (37,9,45). Sum of RGB (Red+Green+Blue) = 37+9+45=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #25092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25092D is #DAF6D2. Grayscale: #151515. Windows color (decimal): -14350035 or 2951461. OLE color: 2951461.

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

Color convert

RGB37945-
CMYK0.180.800.82
HSL286.67º66.67%10.59%-
HSV(B)286.67º80%17.65%-
XYZ1.330.782.56-
YUV21.48141.28139.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=40.66%
G=9.89%
B=49.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal379450.180.800.82286.6766.6710.59
Hex2592D125005211f43b
Octal45115522120012243710313
Binary10010110011011011001010100000101001010001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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