Html Css Color HEX #390152 Blackcurrant

📋 copy color: '#390152'

red 57 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #390152

Tints of Blackcurrant #390152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 40.71%
G = 0.71%
B = 58.57%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390152 (or 0x390152) is known color: Blackcurrant. HEX triplet: 39, 01 and 52. RGB value is (57,1,82). Sum of RGB (Red+Green+Blue) = 57+1+82=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #390152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390152 is #C6FEAD. Grayscale: #1A1A1A. Windows color (decimal): -13041326 or 5374265. OLE color: 5374265.

HSL color Cylindrical-coordinate representation of color #390152: hue angle of 281.48º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390152 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 1 82 -
CMYK 0.30 0.99 0 0.68
HSL 281.48º 0.98% 0.16% -
HSV(B) 281.48º 0.99% 0.32% -
XYZ 3.22 1.5 8.1 -
YUV 26.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 57 1 82 0.30 0.99 0 0.68 281.48 0.98 0.16
Hex 39 1 52 1E 63 0 44 119 62 10
Octal 71 1 122 36 143 0 104 431 142 20
Binary 111001 1 1010010 11110 1100011 0 1000100 100011001 1100010 10000

Color Harmonies of #390152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390152

Black with #390152

Text Example


Text Example

White with #390152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390152; }

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

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

background-color css

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

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

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

border-color css

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

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

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