#25002F

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

Shades of Blackcurrant #25002F

Tints of Blackcurrant #25002F

Color information

#25002F (or 0x25002F) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 2F. RGB value is (37,0,47). Sum of RGB (Red+Green+Blue) = 37+0+47=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #25002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002F is #DAFFD0. Grayscale: #101010. Windows color (decimal): -14352337 or 3080229. OLE color: 3080229.

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

Color convert

RGB37047-
CMYK0.21100.82
HSL287.23º100%9.22%-
HSV(B)287.23º100%18.43%-
XYZ1.280.62.74-
YUV16.42145.26142.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=44.05%
G=0%
B=55.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal370470.21100.82287.231009.22
Hex2502F156405211f649
Octal4505725144012243714411
Binary10010101011111010111001000101001010001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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