#250E2D

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

Shades of Blackcurrant #250E2D

Tints of Blackcurrant #250E2D

Color information

#250E2D (or 0x250E2D) is unknown color: approx Blackcurrant. HEX triplet: 25, 0E and 2D. RGB value is (37,14,45). Sum of RGB (Red+Green+Blue) = 37+14+45=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #250E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E2D is #DAF1D2. Grayscale: #181818. Windows color (decimal): -14348755 or 2952741. OLE color: 2952741.

HSL color Cylindrical-coordinate representation of color #250E2D: hue angle of 284.52º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #250E2D is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB371445-
CMYK0.180.6900.82
HSL284.52º52.54%11.57%-
HSV(B)284.52º68.89%17.65%-
XYZ1.390.92.58-
YUV24.41139.62136.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=38.54%
G=14.58%
B=46.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3714450.180.6900.82284.5252.5411.57
Hex25E2D124505211d35c
Octal4516552210501224356514
Binary1001011110101101100101000101010100101000111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250E2D; }

 p { color: rgb(37,14,45); }

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

<style>
 a { background-color: #250E2D; }

 a { background-color: rgb(37,14,45); }

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

<style>
 span { border-color: #250E2D; }

 span { border-color: rgb(37,14,45); }

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