Html Css Color HEX #39004E Blackcurrant

📋 copy color: '#39004E'

red 57 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #39004E

Tints of Blackcurrant #39004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 57.78%

R = 42.22%
G = 0%
B = 57.78%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39004E (or 0x39004E) is known color: Blackcurrant. HEX triplet: 39, 00 and 4E. RGB value is (57,0,78). Sum of RGB (Red+Green+Blue) = 57+0+78=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #39004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39004E is #C6FFB1. Grayscale: #191919. Windows color (decimal): -13041586 or 5111865. OLE color: 5111865.

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

Color convert

RGB 57 0 78 -
CMYK 0.27 1 0 0.69
HSL 283.85º 1% 0.15% -
HSV(B) 283.85º 1% 0.31% -
XYZ 3.06 1.42 7.32 -
YUV 25.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 57 0 78 0.27 1 0 0.69 283.85 1 0.15
Hex 39 0 4E 1B 64 0 45 11C 64 F
Octal 71 0 116 33 144 0 105 434 144 17
Binary 111001 0 1001110 11011 1100100 0 1000101 100011100 1100100 1111

Color Harmonies of #39004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39004E

Black with #39004E

Text Example


Text Example

White with #39004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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