Html Css Color HEX #39004A Blackcurrant

📋 copy color: '#39004A'

red 57 ◦ green 0 ◦ blue 74

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

Shades of Blackcurrant #39004A

Tints of Blackcurrant #39004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 43.51%
G = 0%
B = 56.49%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39004A (or 0x39004A) is known color: Blackcurrant. HEX triplet: 39, 00 and 4A. RGB value is (57,0,74). Sum of RGB (Red+Green+Blue) = 57+0+74=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #39004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39004A is #C6FFB5. Grayscale: #191919. Windows color (decimal): -13041590 or 4849721. OLE color: 4849721.

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

Color convert

RGB 57 0 74 -
CMYK 0.23 1 0 0.71
HSL 286.22º 1% 0.15% -
HSV(B) 286.22º 1% 0.29% -
XYZ 2.92 1.36 6.59 -
YUV 25.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 57 0 74 0.23 1 0 0.71 286.22 1 0.15
Hex 39 0 4A 17 64 0 47 11E 64 F
Octal 71 0 112 27 144 0 107 436 144 17
Binary 111001 0 1001010 10111 1100100 0 1000111 100011110 1100100 1111

Color Harmonies of #39004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39004A

Black with #39004A

Text Example


Text Example

White with #39004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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