Html Css Color HEX #39194B Blackcurrant

📋 copy color: '#39194B'

red 57 ◦ green 25 ◦ blue 75

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

Shades of Blackcurrant #39194B

Tints of Blackcurrant #39194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 36.31%
G = 15.92%
B = 47.77%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39194B (or 0x39194B) is known color: Blackcurrant. HEX triplet: 39, 19 and 4B. RGB value is (57,25,75). Sum of RGB (Red+Green+Blue) = 57+25+75=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #39194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39194B is #C6E6B4. Grayscale: #282828. Windows color (decimal): -13035189 or 4921657. OLE color: 4921657.

HSL color Cylindrical-coordinate representation of color #39194B: hue angle of 278.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39194B is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 25 75 -
CMYK 0.24 0.67 0 0.71
HSL 278.4º 0.5% 0.2% -
HSV(B) 278.4º 0.67% 0.29% -
XYZ 3.3 2.07 6.88 -
YUV 40.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 57 25 75 0.24 0.67 0 0.71 278.4 0.5 0.2
Hex 39 19 4B 18 43 0 47 116 32 14
Octal 71 31 113 30 103 0 107 426 62 24
Binary 111001 11001 1001011 11000 1000011 0 1000111 100010110 110010 10100

Color Harmonies of #39194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39194B

Black with #39194B

Text Example


Text Example

White with #39194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39194B; }

 p { color: rgb(57,25,75); }

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

background-color css

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

 a { background-color: rgb(57,25,75); }

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

border-color css

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

 span { border-color: rgb(57,25,75); }

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