Html Css Color HEX #331D41 Blackcurrant

📋 copy color: '#331D41'

red 51 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #331D41

Tints of Blackcurrant #331D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 35.17%
G = 20%
B = 44.83%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331D41 (or 0x331D41) is known color: Blackcurrant. HEX triplet: 33, 1D and 41. RGB value is (51,29,65). Sum of RGB (Red+Green+Blue) = 51+29+65=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #331D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D41 is #CCE2BE. Grayscale: #272727. Windows color (decimal): -13427391 or 4267315. OLE color: 4267315.

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

Color convert

RGB 51 29 65 -
CMYK 0.22 0.55 0 0.75
HSL 276.67º 0.38% 0.18% -
HSV(B) 276.67º 0.55% 0.25% -
XYZ 2.76 1.96 5.23 -
YUV 39.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 51 29 65 0.22 0.55 0 0.75 276.67 0.38 0.18
Hex 33 1D 41 16 37 0 4B 115 26 12
Octal 63 35 101 26 67 0 113 425 46 22
Binary 110011 11101 1000001 10110 110111 0 1001011 100010101 100110 10010

Color Harmonies of #331D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D41

Black with #331D41

Text Example


Text Example

White with #331D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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