#250E3C

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

Shades of Blackcurrant #250E3C

Tints of Blackcurrant #250E3C

Color information

#250E3C (or 0x250E3C) is unknown color: approx Blackcurrant. HEX triplet: 25, 0E and 3C. RGB value is (37,14,60). Sum of RGB (Red+Green+Blue) = 37+14+60=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #250E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E3C is #DAF1C3. Grayscale: #191919. Windows color (decimal): -14348740 or 3935781. OLE color: 3935781.

HSL color Cylindrical-coordinate representation of color #250E3C: hue angle of 270º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250E3C is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB371460-
CMYK0.380.7700.76
HSL270º62.16%14.51%-
HSV(B)270º76.67%23.53%-
XYZ1.741.034.38-
YUV26.12147.12135.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 60 (23.83% from 255) = 54.05%
R=33.33%
G=12.61%
B=54.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3714600.380.7700.7627062.1614.51
Hex25E3C264D04C10e3ef
Octal4516744611501144167617
Binary10010111101111001001101001101010011001000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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