Html Css Color HEX #331141 Blackcurrant

📋 copy color: '#331141'

red 51 ◦ green 17 ◦ blue 65

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

Shades of Blackcurrant #331141

Tints of Blackcurrant #331141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 38.35%
G = 12.78%
B = 48.87%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331141 (or 0x331141) is known color: Blackcurrant. HEX triplet: 33, 11 and 41. RGB value is (51,17,65). Sum of RGB (Red+Green+Blue) = 51+17+65=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #331141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331141 is #CCEEBE. Grayscale: #202020. Windows color (decimal): -13430463 or 4264243. OLE color: 4264243.

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

Color convert

RGB 51 17 65 -
CMYK 0.22 0.74 0 0.75
HSL 282.5º 0.59% 0.16% -
HSV(B) 282.5º 0.74% 0.25% -
XYZ 2.52 1.49 5.16 -
YUV 32.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 51 17 65 0.22 0.74 0 0.75 282.5 0.59 0.16
Hex 33 11 41 16 4A 0 4B 11A 3B 10
Octal 63 21 101 26 112 0 113 432 73 20
Binary 110011 10001 1000001 10110 1001010 0 1001011 100011010 111011 10000

Color Harmonies of #331141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331141

Black with #331141

Text Example


Text Example

White with #331141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331141; }

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

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

background-color css

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

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

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

border-color css

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

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

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