#250A3A

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

Shades of Blackcurrant #250A3A

Tints of Blackcurrant #250A3A

Color information

#250A3A (or 0x250A3A) is unknown color: approx Blackcurrant. HEX triplet: 25, 0A and 3A. RGB value is (37,10,58). Sum of RGB (Red+Green+Blue) = 37+10+58=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #250A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A3A is #DAF5C5. Grayscale: #171717. Windows color (decimal): -14349766 or 3803685. OLE color: 3803685.

HSL color Cylindrical-coordinate representation of color #250A3A: hue angle of 273.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250A3A is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB371058-
CMYK0.360.8300.77
HSL273.75º70.59%13.33%-
HSV(B)273.75º82.76%22.75%-
XYZ1.640.924.09-
YUV23.54147.45137.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=35.24%
G=9.52%
B=55.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3710580.360.8300.77273.7570.5913.33
Hex25A3A245304D11247d
Octal45127244123011542210715
Binary100101101011101010010010100110100110110001001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,10,58); }

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

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

 a { background-color: rgb(37,10,58); }

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

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

 span { border-color: rgb(37,10,58); }

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