#25112B

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

Shades of Blackcurrant #25112B

Tints of Blackcurrant #25112B

Color information

#25112B (or 0x25112B) is unknown color: approx Blackcurrant. HEX triplet: 25, 11 and 2B. RGB value is (37,17,43). Sum of RGB (Red+Green+Blue) = 37+17+43=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #25112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112B is #DAEED4. Grayscale: #191919. Windows color (decimal): -14347989 or 2822437. OLE color: 2822437.

HSL color Cylindrical-coordinate representation of color #25112B: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25112B is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB371743-
CMYK0.140.6000.83
HSL286.15º43.33%11.76%-
HSV(B)286.15º60.47%16.86%-
XYZ1.40.972.4-
YUV25.94137.63135.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=38.14%
G=17.53%
B=44.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3717430.140.6000.83286.1543.3311.76
Hex25112BE3C05311e2bc
Octal452153167401234365314
Binary100101100011010111110111100010100111000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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