Html Css Color HEX #390252 Blackcurrant

📋 copy color: '#390252'

red 57 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #390252

Tints of Blackcurrant #390252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 40.43%
G = 1.42%
B = 58.16%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390252 (or 0x390252) is known color: Blackcurrant. HEX triplet: 39, 02 and 52. RGB value is (57,2,82). Sum of RGB (Red+Green+Blue) = 57+2+82=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #390252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390252 is #C6FDAD. Grayscale: #1B1B1B. Windows color (decimal): -13041070 or 5374521. OLE color: 5374521.

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

Color convert

RGB 57 2 82 -
CMYK 0.30 0.98 0 0.68
HSL 281.25º 0.95% 0.16% -
HSV(B) 281.25º 0.98% 0.32% -
XYZ 3.23 1.52 8.11 -
YUV 27.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 57 2 82 0.30 0.98 0 0.68 281.25 0.95 0.16
Hex 39 2 52 1E 62 0 44 119 5F 10
Octal 71 2 122 36 142 0 104 431 137 20
Binary 111001 10 1010010 11110 1100010 0 1000100 100011001 1011111 10000

Color Harmonies of #390252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390252

Black with #390252

Text Example


Text Example

White with #390252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390252; }

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

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

background-color css

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

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

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

border-color css

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

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

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