Html Css Color HEX #390251 Blackcurrant

📋 copy color: '#390251'

red 57 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #390251

Tints of Blackcurrant #390251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 57.86%

R = 40.71%
G = 1.43%
B = 57.86%

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

#390251 (or 0x390251) is known color: Blackcurrant. HEX triplet: 39, 02 and 51. RGB value is (57,2,81). Sum of RGB (Red+Green+Blue) = 57+2+81=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #390251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390251 is #C6FDAE. Grayscale: #1B1B1B. Windows color (decimal): -13041071 or 5308985. OLE color: 5308985.

HSL color Cylindrical-coordinate representation of color #390251: hue angle of 281.77º 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 #390251 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 2 81 -
CMYK 0.30 0.98 0 0.68
HSL 281.77º 0.95% 0.16% -
HSV(B) 281.77º 0.98% 0.32% -
XYZ 3.19 1.51 7.91 -
YUV 27.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 57 2 81 0.30 0.98 0 0.68 281.77 0.95 0.16
Hex 39 2 51 1E 62 0 44 11A 5F 10
Octal 71 2 121 36 142 0 104 432 137 20
Binary 111001 10 1010001 11110 1100010 0 1000100 100011010 1011111 10000

Color Harmonies of #390251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390251

Black with #390251

Text Example


Text Example

White with #390251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390251; }

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

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

background-color css

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

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

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

border-color css

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

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

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