#25052F

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

Shades of Blackcurrant #25052F

Tints of Blackcurrant #25052F

Color information

#25052F (or 0x25052F) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 2F. RGB value is (37,5,47). Sum of RGB (Red+Green+Blue) = 37+5+47=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #25052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052F is #DAFAD0. Grayscale: #131313. Windows color (decimal): -14351057 or 3081509. OLE color: 3081509.

HSL color Cylindrical-coordinate representation of color #25052F: hue angle of 285.71º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25052F is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37547-
CMYK0.210.8900.82
HSL285.71º80.77%10.2%-
HSV(B)285.71º89.36%18.43%-
XYZ1.330.712.76-
YUV19.36143.6140.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=41.57%
G=5.62%
B=52.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal375470.210.8900.82285.7180.7710.2
Hex2552F155905211e51a
Octal4555725131012243612112
Binary1001011011011111010110110010101001010001111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25052F; }

 p { color: rgb(37,5,47); }

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

<style>
 a { background-color: #25052F; }

 a { background-color: rgb(37,5,47); }

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

<style>
 span { border-color: #25052F; }

 span { border-color: rgb(37,5,47); }

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