#25182A

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

Shades of Blackcurrant #25182A

Tints of Blackcurrant #25182A

Color information

#25182A (or 0x25182A) is unknown color: approx Blackcurrant. HEX triplet: 25, 18 and 2A. RGB value is (37,24,42). Sum of RGB (Red+Green+Blue) = 37+24+42=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #25182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25182A is #DAE7D5. Grayscale: #1D1D1D. Windows color (decimal): -14346198 or 2758693. OLE color: 2758693.

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

Color convert

RGB372442-
CMYK0.120.4300.84
HSL283.33º27.27%12.94%-
HSV(B)283.33º42.86%16.47%-
XYZ1.511.212.35-
YUV29.94134.81133.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=35.92%
G=23.30%
B=40.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3724420.120.4300.84283.3327.2712.94
Hex25182AC2B05411b1bd
Octal453052145301244333315
Binary10010111000101010110010101101010100100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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