#39253F

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

Shades of Blackcurrant #39253F

Tints of Blackcurrant #39253F

Color information

#39253F (or 0x39253F) is unknown color: approx Blackcurrant. HEX triplet: 39, 25 and 3F. RGB value is (57,37,63). Sum of RGB (Red+Green+Blue) = 57+37+63=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #39253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39253F is #C6DAC0. Grayscale: #2D2D2D. Windows color (decimal): -13032129 or 4138297. OLE color: 4138297.

HSL color Cylindrical-coordinate representation of color #39253F: hue angle of 286.15º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39253F is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB573763-
CMYK0.100.4100.75
HSL286.15º26%19.61%-
HSV(B)286.15º41.27%24.71%-
XYZ3.252.555.02-
YUV45.94137.63135.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 63 (25% from 255) = 40.13%
R=36.31%
G=23.57%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5737630.100.4100.75286.152619.61
Hex39253FA2904B11e1a14
Octal714577125101134363224
Binary1110011001011111111010101001010010111000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,37,63); }

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

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

 a { background-color: rgb(57,37,63); }

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

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

 span { border-color: rgb(57,37,63); }

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