Html Css Color HEX #39144A Blackcurrant

📋 copy color: '#39144A'

red 57 ◦ green 20 ◦ blue 74

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

Shades of Blackcurrant #39144A

Tints of Blackcurrant #39144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 37.75%
G = 13.25%
B = 49.01%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39144A (or 0x39144A) is known color: Blackcurrant. HEX triplet: 39, 14 and 4A. RGB value is (57,20,74). Sum of RGB (Red+Green+Blue) = 57+20+74=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #39144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39144A is #C6EBB5. Grayscale: #252525. Windows color (decimal): -13036470 or 4854841. OLE color: 4854841.

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

Color convert

RGB 57 20 74 -
CMYK 0.23 0.73 0 0.71
HSL 281.11º 0.57% 0.18% -
HSV(B) 281.11º 0.73% 0.29% -
XYZ 3.17 1.86 6.67 -
YUV 37.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 57 20 74 0.23 0.73 0 0.71 281.11 0.57 0.18
Hex 39 14 4A 17 49 0 47 119 39 12
Octal 71 24 112 27 111 0 107 431 71 22
Binary 111001 10100 1001010 10111 1001001 0 1000111 100011001 111001 10010

Color Harmonies of #39144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39144A

Black with #39144A

Text Example


Text Example

White with #39144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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