#25074B

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

Shades of Blackcurrant #25074B

Tints of Blackcurrant #25074B

Color information

#25074B (or 0x25074B) is unknown color: approx Blackcurrant. HEX triplet: 25, 07 and 4B. RGB value is (37,7,75). Sum of RGB (Red+Green+Blue) = 37+7+75=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #25074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25074B is #DAF8B4. Grayscale: #171717. Windows color (decimal): -14350517 or 4917029. OLE color: 4917029.

HSL color Cylindrical-coordinate representation of color #25074B: hue angle of 266.47º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25074B is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB37775-
CMYK0.510.9100.71
HSL266.47º82.93%16.08%-
HSV(B)266.47º90.67%29.41%-
XYZ2.111.056.75-
YUV23.72156.94137.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=31.09%
G=5.88%
B=63.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal377750.510.9100.71266.4782.9316.08
Hex2574B335B04710a5310
Octal45711363133010741212320
Binary1001011111001011110011101101101000111100001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25074B; }

 p { color: rgb(37,7,75); }

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

<style>
 a { background-color: #25074B; }

 a { background-color: rgb(37,7,75); }

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

<style>
 span { border-color: #25074B; }

 span { border-color: rgb(37,7,75); }

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