Html Css Color HEX #331041 Blackcurrant

📋 copy color: '#331041'

red 51 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #331041

Tints of Blackcurrant #331041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

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

R = 38.64%
G = 12.12%
B = 49.24%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331041 (or 0x331041) is known color: Blackcurrant. HEX triplet: 33, 10 and 41. RGB value is (51,16,65). Sum of RGB (Red+Green+Blue) = 51+16+65=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #331041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331041 is #CCEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13430719 or 4263987. OLE color: 4263987.

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

Color convert

RGB 51 16 65 -
CMYK 0.22 0.75 0 0.75
HSL 282.86º 0.6% 0.16% -
HSV(B) 282.86º 0.75% 0.25% -
XYZ 2.5 1.46 5.15 -
YUV 32.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 51 16 65 0.22 0.75 0 0.75 282.86 0.6 0.16
Hex 33 10 41 16 4B 0 4B 11B 3C 10
Octal 63 20 101 26 113 0 113 433 74 20
Binary 110011 10000 1000001 10110 1001011 0 1001011 100011011 111100 10000

Color Harmonies of #331041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331041

Black with #331041

Text Example


Text Example

White with #331041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331041; }

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

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

background-color css

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

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

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

border-color css

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

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

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