#25212A

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

Shades of Blackcurrant #25212A

Tints of Blackcurrant #25212A

Color information

#25212A (or 0x25212A) is unknown color: approx Blackcurrant. HEX triplet: 25, 21 and 2A. RGB value is (37,33,42). Sum of RGB (Red+Green+Blue) = 37+33+42=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #25212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25212A is #DADED5. Grayscale: #232323. Windows color (decimal): -14343894 or 2760997. OLE color: 2760997.

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

Color convert

RGB373342-
CMYK0.120.2100.84
HSL266.67º12%14.71%-
HSV(B)266.67º21.43%16.47%-
XYZ1.721.652.42-
YUV35.22131.83129.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=33.04%
G=29.46%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3733420.120.2100.84266.671214.71
Hex25212AC1505410bcf
Octal454152142501244131417
Binary1001011000011010101100101010101010010000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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