Html Css Color HEX #39014A Blackcurrant

📋 copy color: '#39014A'

red 57 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #39014A

Tints of Blackcurrant #39014A

RGB

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

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

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

R = 43.18%
G = 0.76%
B = 56.06%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39014A (or 0x39014A) is known color: Blackcurrant. HEX triplet: 39, 01 and 4A. RGB value is (57,1,74). Sum of RGB (Red+Green+Blue) = 57+1+74=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #39014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39014A is #C6FEB5. Grayscale: #191919. Windows color (decimal): -13041334 or 4849977. OLE color: 4849977.

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

Color convert

RGB 57 1 74 -
CMYK 0.23 0.99 0 0.71
HSL 286.03º 0.97% 0.15% -
HSV(B) 286.03º 0.99% 0.29% -
XYZ 2.93 1.39 6.59 -
YUV 26.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 57 1 74 0.23 0.99 0 0.71 286.03 0.97 0.15
Hex 39 1 4A 17 63 0 47 11E 61 F
Octal 71 1 112 27 143 0 107 436 141 17
Binary 111001 1 1001010 10111 1100011 0 1000111 100011110 1100001 1111

Color Harmonies of #39014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39014A

Black with #39014A

Text Example


Text Example

White with #39014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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