Html Css Color HEX #39014F Blackcurrant

📋 copy color: '#39014F'

red 57 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #39014F

Tints of Blackcurrant #39014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 57.66%

R = 41.61%
G = 0.73%
B = 57.66%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39014F (or 0x39014F) is known color: Blackcurrant. HEX triplet: 39, 01 and 4F. RGB value is (57,1,79). Sum of RGB (Red+Green+Blue) = 57+1+79=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #39014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39014F is #C6FEB0. Grayscale: #1A1A1A. Windows color (decimal): -13041329 or 5177657. OLE color: 5177657.

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

Color convert

RGB 57 1 79 -
CMYK 0.28 0.99 0 0.69
HSL 283.08º 0.98% 0.16% -
HSV(B) 283.08º 0.99% 0.31% -
XYZ 3.11 1.46 7.51 -
YUV 26.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 57 1 79 0.28 0.99 0 0.69 283.08 0.98 0.16
Hex 39 1 4F 1C 63 0 45 11B 62 10
Octal 71 1 117 34 143 0 105 433 142 20
Binary 111001 1 1001111 11100 1100011 0 1000101 100011011 1100010 10000

Color Harmonies of #39014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39014F

Black with #39014F

Text Example


Text Example

White with #39014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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