#250C3F

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

Shades of Blackcurrant #250C3F

Tints of Blackcurrant #250C3F

Color information

#250C3F (or 0x250C3F) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 3F. RGB value is (37,12,63). Sum of RGB (Red+Green+Blue) = 37+12+63=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #250C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C3F is #DAF3C0. Grayscale: #191919. Windows color (decimal): -14349249 or 4131877. OLE color: 4131877.

HSL color Cylindrical-coordinate representation of color #250C3F: hue angle of 269.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250C3F is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB371263-
CMYK0.410.8100.75
HSL269.41º68%14.71%-
HSV(B)269.41º80.95%24.71%-
XYZ1.791.024.8-
YUV25.29149.28136.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 63 (25% from 255) = 56.25%
R=33.04%
G=10.71%
B=56.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3712630.410.8100.75269.416814.71
Hex25C3F295104B10d44f
Octal45147751121011341510417
Binary100101110011111110100110100010100101110000110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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