#250C32

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

Shades of Blackcurrant #250C32

Tints of Blackcurrant #250C32

Color information

#250C32 (or 0x250C32) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 32. RGB value is (37,12,50). Sum of RGB (Red+Green+Blue) = 37+12+50=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #250C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C32 is #DAF3CD. Grayscale: #171717. Windows color (decimal): -14349262 or 3279909. OLE color: 3279909.

HSL color Cylindrical-coordinate representation of color #250C32: hue angle of 279.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250C32 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB371250-
CMYK0.260.7600.80
HSL279.47º61.29%12.16%-
HSV(B)279.47º76%19.61%-
XYZ1.470.893.11-
YUV23.81142.78137.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=37.37%
G=12.12%
B=50.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3712500.260.7600.80279.4761.2912.16
Hex25C321A4C0501173dc
Octal4514623211401204277514
Binary1001011100110010110101001100010100001000101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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