Html Css Color HEX #331C48 Blackcurrant

📋 copy color: '#331C48'

red 51 ◦ green 28 ◦ blue 72

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

Shades of Blackcurrant #331C48

Tints of Blackcurrant #331C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 33.77%
G = 18.54%
B = 47.68%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331C48 (or 0x331C48) is known color: Blackcurrant. HEX triplet: 33, 1C and 48. RGB value is (51,28,72). Sum of RGB (Red+Green+Blue) = 51+28+72=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #331C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C48 is #CCE3B7. Grayscale: #272727. Windows color (decimal): -13427640 or 4725811. OLE color: 4725811.

HSL color Cylindrical-coordinate representation of color #331C48: hue angle of 271.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331C48 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 28 72 -
CMYK 0.29 0.61 0 0.72
HSL 271.36º 0.44% 0.2% -
HSV(B) 271.36º 0.61% 0.28% -
XYZ 2.95 2 6.36 -
YUV 39.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 51 28 72 0.29 0.61 0 0.72 271.36 0.44 0.2
Hex 33 1C 48 1D 3D 0 48 10F 2C 14
Octal 63 34 110 35 75 0 110 417 54 24
Binary 110011 11100 1001000 11101 111101 0 1001000 100001111 101100 10100

Color Harmonies of #331C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C48

Black with #331C48

Text Example


Text Example

White with #331C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,28,72); }

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

background-color css

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

 a { background-color: rgb(51,28,72); }

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

border-color css

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

 span { border-color: rgb(51,28,72); }

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