Html Css Color HEX #39014E Blackcurrant

📋 copy color: '#39014E'

red 57 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #39014E

Tints of Blackcurrant #39014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 41.91%
G = 0.74%
B = 57.35%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39014E (or 0x39014E) is known color: Blackcurrant. HEX triplet: 39, 01 and 4E. RGB value is (57,1,78). Sum of RGB (Red+Green+Blue) = 57+1+78=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #39014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39014E is #C6FEB1. Grayscale: #1A1A1A. Windows color (decimal): -13041330 or 5112121. OLE color: 5112121.

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

Color convert

RGB 57 1 78 -
CMYK 0.27 0.99 0 0.69
HSL 283.64º 0.97% 0.15% -
HSV(B) 283.64º 0.99% 0.31% -
XYZ 3.07 1.44 7.32 -
YUV 26.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 57 1 78 0.27 0.99 0 0.69 283.64 0.97 0.15
Hex 39 1 4E 1B 63 0 45 11C 61 F
Octal 71 1 116 33 143 0 105 434 141 17
Binary 111001 1 1001110 11011 1100011 0 1000101 100011100 1100001 1111

Color Harmonies of #39014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39014E

Black with #39014E

Text Example


Text Example

White with #39014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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