Html Css Color HEX #331C41 Blackcurrant

📋 copy color: '#331C41'

red 51 ◦ green 28 ◦ blue 65

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

Shades of Blackcurrant #331C41

Tints of Blackcurrant #331C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 35.42%
G = 19.44%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331C41 (or 0x331C41) is known color: Blackcurrant. HEX triplet: 33, 1C and 41. RGB value is (51,28,65). Sum of RGB (Red+Green+Blue) = 51+28+65=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #331C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C41 is #CCE3BE. Grayscale: #262626. Windows color (decimal): -13427647 or 4267059. OLE color: 4267059.

HSL color Cylindrical-coordinate representation of color #331C41: hue angle of 277.3º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331C41 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 28 65 -
CMYK 0.22 0.57 0 0.75
HSL 277.3º 0.4% 0.18% -
HSV(B) 277.3º 0.57% 0.25% -
XYZ 2.73 1.92 5.23 -
YUV 39.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 51 28 65 0.22 0.57 0 0.75 277.3 0.4 0.18
Hex 33 1C 41 16 39 0 4B 115 28 12
Octal 63 34 101 26 71 0 113 425 50 22
Binary 110011 11100 1000001 10110 111001 0 1001011 100010101 101000 10010

Color Harmonies of #331C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C41

Black with #331C41

Text Example


Text Example

White with #331C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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