Html Css Color HEX #390153 Blackcurrant

📋 copy color: '#390153'

red 57 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #390153

Tints of Blackcurrant #390153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 40.43%
G = 0.71%
B = 58.87%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390153 (or 0x390153) is known color: Blackcurrant. HEX triplet: 39, 01 and 53. RGB value is (57,1,83). Sum of RGB (Red+Green+Blue) = 57+1+83=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #390153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390153 is #C6FEAC. Grayscale: #1A1A1A. Windows color (decimal): -13041325 or 5439801. OLE color: 5439801.

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

Color convert

RGB 57 1 83 -
CMYK 0.31 0.99 0 0.67
HSL 280.98º 0.98% 0.16% -
HSV(B) 280.98º 0.99% 0.33% -
XYZ 3.26 1.52 8.3 -
YUV 27.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 57 1 83 0.31 0.99 0 0.67 280.98 0.98 0.16
Hex 39 1 53 1F 63 0 43 119 62 10
Octal 71 1 123 37 143 0 103 431 142 20
Binary 111001 1 1010011 11111 1100011 0 1000011 100011001 1100010 10000

Color Harmonies of #390153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390153

Black with #390153

Text Example


Text Example

White with #390153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390153; }

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

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

background-color css

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

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

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

border-color css

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

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

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