Html Css Color HEX #39044D Blackcurrant

📋 copy color: '#39044D'

red 57 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #39044D

Tints of Blackcurrant #39044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 41.3%
G = 2.9%
B = 55.8%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39044D (or 0x39044D) is known color: Blackcurrant. HEX triplet: 39, 04 and 4D. RGB value is (57,4,77). Sum of RGB (Red+Green+Blue) = 57+4+77=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #39044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39044D is #C6FBB2. Grayscale: #1B1B1B. Windows color (decimal): -13040563 or 5047353. OLE color: 5047353.

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

Color convert

RGB 57 4 77 -
CMYK 0.26 0.95 0 0.70
HSL 283.56º 0.9% 0.16% -
HSV(B) 283.56º 0.95% 0.3% -
XYZ 3.07 1.49 7.15 -
YUV 28.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 57 4 77 0.26 0.95 0 0.70 283.56 0.9 0.16
Hex 39 4 4D 1A 5F 0 46 11C 5A 10
Octal 71 4 115 32 137 0 106 434 132 20
Binary 111001 100 1001101 11010 1011111 0 1000110 100011100 1011010 10000

Color Harmonies of #39044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39044D

Black with #39044D

Text Example


Text Example

White with #39044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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