#25122B

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

Shades of Blackcurrant #25122B

Tints of Blackcurrant #25122B

Color information

#25122B (or 0x25122B) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 2B. RGB value is (37,18,43). Sum of RGB (Red+Green+Blue) = 37+18+43=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #25122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122B is #DAEDD4. Grayscale: #1A1A1A. Windows color (decimal): -14347733 or 2822693. OLE color: 2822693.

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

Color convert

RGB371843-
CMYK0.140.5800.83
HSL285.6º40.98%11.96%-
HSV(B)285.6º58.14%16.86%-
XYZ1.4212.4-
YUV26.53137.29135.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=37.76%
G=18.37%
B=43.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3718430.140.5800.83285.640.9811.96
Hex25122BE3A05311e29c
Octal452253167201234365114
Binary100101100101010111110111010010100111000111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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