Html Css Color HEX #331C39 Blackcurrant

📋 copy color: '#331C39'

red 51 ◦ green 28 ◦ blue 57

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

Shades of Blackcurrant #331C39

Tints of Blackcurrant #331C39

RGB

 RED value IS 51 (20.31% from 255) = 37.5%

 GREEN value IS 28 (11.33% from 255) = 20.59%

 BLUE value IS 57 (22.66% from 255) = 41.91%

R = 37.5%
G = 20.59%
B = 41.91%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331C39 (or 0x331C39) is known color: Blackcurrant. HEX triplet: 33, 1C and 39. RGB value is (51,28,57). Sum of RGB (Red+Green+Blue) = 51+28+57=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #331C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C39 is #CCE3C6. Grayscale: #262626. Windows color (decimal): -13427655 or 3742771. OLE color: 3742771.

HSL color Cylindrical-coordinate representation of color #331C39: hue angle of 287.59º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331C39 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 28 57 -
CMYK 0.11 0.51 0 0.78
HSL 287.59º 0.34% 0.17% -
HSV(B) 287.59º 0.51% 0.22% -
XYZ 2.52 1.83 4.09 -
YUV 38.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 51 28 57 0.11 0.51 0 0.78 287.59 0.34 0.17
Hex 33 1C 39 B 33 0 4E 120 22 11
Octal 63 34 71 13 63 0 116 440 42 21
Binary 110011 11100 111001 1011 110011 0 1001110 100100000 100010 10001

Color Harmonies of #331C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C39

Black with #331C39

Text Example


Text Example

White with #331C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C39; }

 p { color: rgb(51,28,57); }

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

background-color css

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

 a { background-color: rgb(51,28,57); }

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

border-color css

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

 span { border-color: rgb(51,28,57); }

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