Html Css Color HEX #39004D Blackcurrant

📋 copy color: '#39004D'

red 57 ◦ green 0 ◦ blue 77

#39004D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #39004D

Tints of Blackcurrant #39004D

RGB

 RED value IS 57 (22.66% from 255) = 42.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 57.46%

R = 42.54%
G = 0%
B = 57.46%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39004D (or 0x39004D) is known color: Blackcurrant. HEX triplet: 39, 00 and 4D. RGB value is (57,0,77). Sum of RGB (Red+Green+Blue) = 57+0+77=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #39004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39004D is #C6FFB2. Grayscale: #191919. Windows color (decimal): -13041587 or 5046329. OLE color: 5046329.

HSL color Cylindrical-coordinate representation of color #39004D: hue angle of 284.42º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39004D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 0 77 -
CMYK 0.26 1 0 0.70
HSL 284.42º 1% 0.15% -
HSV(B) 284.42º 1% 0.3% -
XYZ 3.03 1.41 7.13 -
YUV 25.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 57 0 77 0.26 1 0 0.70 284.42 1 0.15
Hex 39 0 4D 1A 64 0 46 11C 64 F
Octal 71 0 115 32 144 0 106 434 144 17
Binary 111001 0 1001101 11010 1100100 0 1000110 100011100 1100100 1111

Color Harmonies of #39004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39004D

Black with #39004D

Text Example


Text Example

White with #39004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39004D; }

 p { color: rgb(57,0,77); }

 H1.HeaderClassName
 {
   color: #39004D;
 }
 .AnyTagClassName
 {
   color: #39004D;
 }
</style>

background-color css

<style>
 a { background-color: #39004D; }

 a { background-color: rgb(57,0,77); }

 div.DivClassName
 {
   background-color: #39004D;
 }
 .BgClassName
 {
   background-color: #39004D;
 }
</style>

border-color css

<style>
 span { border-color: #39004D; }

 span { border-color: rgb(57,0,77); }

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