Html Css Color HEX #39094D Blackcurrant

📋 copy color: '#39094D'

red 57 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #39094D

Tints of Blackcurrant #39094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 39.86%
G = 6.29%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39094D (or 0x39094D) is known color: Blackcurrant. HEX triplet: 39, 09 and 4D. RGB value is (57,9,77). Sum of RGB (Red+Green+Blue) = 57+9+77=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #39094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39094D is #C6F6B2. Grayscale: #1E1E1E. Windows color (decimal): -13039283 or 5048633. OLE color: 5048633.

HSL color Cylindrical-coordinate representation of color #39094D: hue angle of 282.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39094D is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 9 77 -
CMYK 0.26 0.88 0 0.70
HSL 282.35º 0.79% 0.17% -
HSV(B) 282.35º 0.88% 0.3% -
XYZ 3.12 1.6 7.17 -
YUV 31.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 57 9 77 0.26 0.88 0 0.70 282.35 0.79 0.17
Hex 39 9 4D 1A 58 0 46 11A 4F 11
Octal 71 11 115 32 130 0 106 432 117 21
Binary 111001 1001 1001101 11010 1011000 0 1000110 100011010 1001111 10001

Color Harmonies of #39094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39094D

Black with #39094D

Text Example


Text Example

White with #39094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39094D; }

 p { color: rgb(57,9,77); }

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

background-color css

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

 a { background-color: rgb(57,9,77); }

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

border-color css

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

 span { border-color: rgb(57,9,77); }

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