Html Css Color HEX #331341 Blackcurrant

📋 copy color: '#331341'

red 51 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #331341

Tints of Blackcurrant #331341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 37.78%
G = 14.07%
B = 48.15%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331341 (or 0x331341) is known color: Blackcurrant. HEX triplet: 33, 13 and 41. RGB value is (51,19,65). Sum of RGB (Red+Green+Blue) = 51+19+65=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #331341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331341 is #CCECBE. Grayscale: #212121. Windows color (decimal): -13429951 or 4264755. OLE color: 4264755.

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

Color convert

RGB 51 19 65 -
CMYK 0.22 0.71 0 0.75
HSL 281.74º 0.55% 0.16% -
HSV(B) 281.74º 0.71% 0.25% -
XYZ 2.55 1.55 5.17 -
YUV 33.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 51 19 65 0.22 0.71 0 0.75 281.74 0.55 0.16
Hex 33 13 41 16 47 0 4B 11A 37 10
Octal 63 23 101 26 107 0 113 432 67 20
Binary 110011 10011 1000001 10110 1000111 0 1001011 100011010 110111 10000

Color Harmonies of #331341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331341

Black with #331341

Text Example


Text Example

White with #331341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331341; }

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

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

background-color css

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

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

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

border-color css

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

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

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