#25072B

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

Shades of Blackcurrant #25072B

Tints of Blackcurrant #25072B

Color information

#25072B (or 0x25072B) is unknown color: approx Blackcurrant. HEX triplet: 25, 07 and 2B. RGB value is (37,7,43). Sum of RGB (Red+Green+Blue) = 37+7+43=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #25072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25072B is #DAF8D4. Grayscale: #131313. Windows color (decimal): -14350549 or 2819877. OLE color: 2819877.

HSL color Cylindrical-coordinate representation of color #25072B: hue angle of 290º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25072B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB37743-
CMYK0.140.8400.83
HSL290º72%9.8%-
HSV(B)290º83.72%16.86%-
XYZ1.270.722.36-
YUV20.07140.94140.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=42.53%
G=8.05%
B=49.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal377430.140.8400.83290729.8
Hex2572BE5405312248a
Octal4575316124012344211012
Binary100101111101011111010101000101001110010001010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25072B; }

 p { color: rgb(37,7,43); }

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

<style>
 a { background-color: #25072B; }

 a { background-color: rgb(37,7,43); }

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

<style>
 span { border-color: #25072B; }

 span { border-color: rgb(37,7,43); }

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