Html Css Color HEX #39034D Blackcurrant

📋 copy color: '#39034D'

red 57 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #39034D

Tints of Blackcurrant #39034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 41.61%
G = 2.19%
B = 56.2%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39034D (or 0x39034D) is known color: Blackcurrant. HEX triplet: 39, 03 and 4D. RGB value is (57,3,77). Sum of RGB (Red+Green+Blue) = 57+3+77=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #39034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39034D is #C6FCB2. Grayscale: #1B1B1B. Windows color (decimal): -13040819 or 5047097. OLE color: 5047097.

HSL color Cylindrical-coordinate representation of color #39034D: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39034D is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 3 77 -
CMYK 0.26 0.96 0 0.70
HSL 283.78º 0.93% 0.16% -
HSV(B) 283.78º 0.96% 0.3% -
XYZ 3.06 1.47 7.14 -
YUV 27.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 57 3 77 0.26 0.96 0 0.70 283.78 0.93 0.16
Hex 39 3 4D 1A 60 0 46 11C 5C 10
Octal 71 3 115 32 140 0 106 434 134 20
Binary 111001 11 1001101 11010 1100000 0 1000110 100011100 1011100 10000

Color Harmonies of #39034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39034D

Black with #39034D

Text Example


Text Example

White with #39034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39034D; }

 p { color: rgb(57,3,77); }

 H1.HeaderClassName
 {
   color: #39034D;
 }
 .AnyTagClassName
 {
   color: #39034D;
 }
</style>

background-color css

<style>
 a { background-color: #39034D; }

 a { background-color: rgb(57,3,77); }

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

border-color css

<style>
 span { border-color: #39034D; }

 span { border-color: rgb(57,3,77); }

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