#250C40

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

Shades of Blackcurrant #250C40

Tints of Blackcurrant #250C40

Color information

#250C40 (or 0x250C40) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 40. RGB value is (37,12,64). Sum of RGB (Red+Green+Blue) = 37+12+64=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #250C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C40 is #DAF3BF. Grayscale: #191919. Windows color (decimal): -14349248 or 4197413. OLE color: 4197413.

HSL color Cylindrical-coordinate representation of color #250C40: hue angle of 268.85º 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 #250C40 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB371264-
CMYK0.420.8100.75
HSL268.85º68.42%14.9%-
HSV(B)268.85º81.25%25.1%-
XYZ1.821.034.95-
YUV25.4149.78136.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=32.74%
G=10.62%
B=56.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3712640.420.8100.75268.8568.4214.9
Hex25C402A5104B10d44f
Octal451410052121011341510417
Binary1001011100100000010101010100010100101110000110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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