#25102A

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

Shades of Blackcurrant #25102A

Tints of Blackcurrant #25102A

Color information

#25102A (or 0x25102A) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 2A. RGB value is (37,16,42). Sum of RGB (Red+Green+Blue) = 37+16+42=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #25102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102A is #DAEFD5. Grayscale: #191919. Windows color (decimal): -14348246 or 2756645. OLE color: 2756645.

HSL color Cylindrical-coordinate representation of color #25102A: hue angle of 288.46º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25102A is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371642-
CMYK0.120.6200.84
HSL288.46º44.83%11.37%-
HSV(B)288.46º61.9%16.47%-
XYZ1.370.932.3-
YUV25.24137.46136.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=38.95%
G=16.84%
B=44.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3716420.120.6200.84288.4644.8311.37
Hex25102AC3E0541202db
Octal452052147601244405513
Binary100101100001010101100111110010101001001000001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25102A; }

 p { color: rgb(37,16,42); }

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

<style>
 a { background-color: #25102A; }

 a { background-color: rgb(37,16,42); }

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

<style>
 span { border-color: #25102A; }

 span { border-color: rgb(37,16,42); }

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