#250B2D

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

Shades of Blackcurrant #250B2D

Tints of Blackcurrant #250B2D

Color information

#250B2D (or 0x250B2D) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 2D. RGB value is (37,11,45). Sum of RGB (Red+Green+Blue) = 37+11+45=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #250B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B2D is #DAF4D2. Grayscale: #161616. Windows color (decimal): -14349523 or 2951973. OLE color: 2951973.

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

Color convert

RGB371145-
CMYK0.180.7600.82
HSL285.88º60.71%10.98%-
HSV(B)285.88º75.56%17.65%-
XYZ1.360.822.57-
YUV22.65140.61138.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 45 (17.97% from 255) = 48.39%
R=39.78%
G=11.83%
B=48.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3711450.180.7600.82285.8860.7110.98
Hex25B2D124C05211e3db
Octal4513552211401224367513
Binary1001011011101101100101001100010100101000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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