#39263F

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

Shades of Blackcurrant #39263F

Tints of Blackcurrant #39263F

Color information

#39263F (or 0x39263F) is unknown color: approx Blackcurrant. HEX triplet: 39, 26 and 3F. RGB value is (57,38,63). Sum of RGB (Red+Green+Blue) = 57+38+63=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #39263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39263F is #C6D9C0. Grayscale: #2E2E2E. Windows color (decimal): -13031873 or 4138553. OLE color: 4138553.

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

Color convert

RGB573863-
CMYK0.100.4000.75
HSL285.6º24.75%19.8%-
HSV(B)285.6º39.68%24.71%-
XYZ3.282.615.03-
YUV46.53137.29135.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 63 (25% from 255) = 39.87%
R=36.08%
G=24.05%
B=39.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5738630.100.4000.75285.624.7519.8
Hex39263FA2804B11e1914
Octal714677125001134363124
Binary1110011001101111111010101000010010111000111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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