#250C2D

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

Shades of Blackcurrant #250C2D

Tints of Blackcurrant #250C2D

Color information

#250C2D (or 0x250C2D) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 2D. RGB value is (37,12,45). Sum of RGB (Red+Green+Blue) = 37+12+45=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #250C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C2D is #DAF3D2. Grayscale: #171717. Windows color (decimal): -14349267 or 2952229. OLE color: 2952229.

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

Color convert

RGB371245-
CMYK0.180.7300.82
HSL285.45º57.89%11.18%-
HSV(B)285.45º73.33%17.65%-
XYZ1.370.852.57-
YUV23.24140.28137.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=39.36%
G=12.77%
B=47.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3712450.180.7300.82285.4557.8911.18
Hex25C2D124905211d3ab
Octal4514552211101224357213
Binary1001011100101101100101001001010100101000111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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