Html Css Color HEX #331441 Blackcurrant

📋 copy color: '#331441'

red 51 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #331441

Tints of Blackcurrant #331441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

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

R = 37.5%
G = 14.71%
B = 47.79%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331441 (or 0x331441) is known color: Blackcurrant. HEX triplet: 33, 14 and 41. RGB value is (51,20,65). Sum of RGB (Red+Green+Blue) = 51+20+65=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #331441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331441 is #CCEBBE. Grayscale: #222222. Windows color (decimal): -13429695 or 4265011. OLE color: 4265011.

HSL color Cylindrical-coordinate representation of color #331441: hue angle of 281.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331441 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 20 65 -
CMYK 0.22 0.69 0 0.75
HSL 281.33º 0.53% 0.17% -
HSV(B) 281.33º 0.69% 0.25% -
XYZ 2.57 1.59 5.17 -
YUV 34.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 51 20 65 0.22 0.69 0 0.75 281.33 0.53 0.17
Hex 33 14 41 16 45 0 4B 119 35 11
Octal 63 24 101 26 105 0 113 431 65 21
Binary 110011 10100 1000001 10110 1000101 0 1001011 100011001 110101 10001

Color Harmonies of #331441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331441

Black with #331441

Text Example


Text Example

White with #331441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331441; }

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

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

background-color css

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

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

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

border-color css

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

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

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