#25082C

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

Shades of Blackcurrant #25082C

Tints of Blackcurrant #25082C

Color information

#25082C (or 0x25082C) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 2C. RGB value is (37,8,44). Sum of RGB (Red+Green+Blue) = 37+8+44=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #25082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25082C is #DAF7D3. Grayscale: #141414. Windows color (decimal): -14350292 or 2885669. OLE color: 2885669.

HSL color Cylindrical-coordinate representation of color #25082C: hue angle of 288.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25082C is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB37844-
CMYK0.160.8200.83
HSL288.33º69.23%10.2%-
HSV(B)288.33º81.82%17.25%-
XYZ1.30.752.46-
YUV20.78141.11139.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 44 (17.58% from 255) = 49.44%
R=41.57%
G=8.99%
B=49.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal378440.160.8200.83288.3369.2310.2
Hex2582C105205312045a
Octal45105420122012344010512
Binary10010110001011001000010100100101001110010000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,8,44); }

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

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

 a { background-color: rgb(37,8,44); }

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

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

 span { border-color: rgb(37,8,44); }

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