Html Css Color HEX #390342 Blackcurrant

📋 copy color: '#390342'

red 57 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #390342

Tints of Blackcurrant #390342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 66 (26.17% from 255) = 52.38%

R = 45.24%
G = 2.38%
B = 52.38%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390342 (or 0x390342) is known color: Blackcurrant. HEX triplet: 39, 03 and 42. RGB value is (57,3,66). Sum of RGB (Red+Green+Blue) = 57+3+66=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #390342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390342 is #C6FCBD. Grayscale: #1A1A1A. Windows color (decimal): -13040830 or 4326201. OLE color: 4326201.

HSL color Cylindrical-coordinate representation of color #390342: hue angle of 291.43º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390342 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 3 66 -
CMYK 0.14 0.95 0 0.74
HSL 291.43º 0.91% 0.14% -
HSV(B) 291.43º 0.95% 0.26% -
XYZ 2.7 1.33 5.27 -
YUV 26.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 57 3 66 0.14 0.95 0 0.74 291.43 0.91 0.14
Hex 39 3 42 E 5F 0 4A 123 5B E
Octal 71 3 102 16 137 0 112 443 133 16
Binary 111001 11 1000010 1110 1011111 0 1001010 100100011 1011011 1110

Color Harmonies of #390342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390342

Black with #390342

Text Example


Text Example

White with #390342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390342; }

 p { color: rgb(57,3,66); }

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

background-color css

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

 a { background-color: rgb(57,3,66); }

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

border-color css

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

 span { border-color: rgb(57,3,66); }

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