Html Css Color HEX #39144C Blackcurrant

📋 copy color: '#39144C'

red 57 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #39144C

Tints of Blackcurrant #39144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 37.25%
G = 13.07%
B = 49.67%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39144C (or 0x39144C) is known color: Blackcurrant. HEX triplet: 39, 14 and 4C. RGB value is (57,20,76). Sum of RGB (Red+Green+Blue) = 57+20+76=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #39144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39144C is #C6EBB3. Grayscale: #252525. Windows color (decimal): -13036468 or 4985913. OLE color: 4985913.

HSL color Cylindrical-coordinate representation of color #39144C: hue angle of 279.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39144C is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 20 76 -
CMYK 0.25 0.74 0 0.70
HSL 279.64º 0.58% 0.19% -
HSV(B) 279.64º 0.74% 0.3% -
XYZ 3.24 1.89 7.03 -
YUV 37.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 57 20 76 0.25 0.74 0 0.70 279.64 0.58 0.19
Hex 39 14 4C 19 4A 0 46 118 3A 13
Octal 71 24 114 31 112 0 106 430 72 23
Binary 111001 10100 1001100 11001 1001010 0 1000110 100011000 111010 10011

Color Harmonies of #39144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39144C

Black with #39144C

Text Example


Text Example

White with #39144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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