Html Css Color HEX #331648 Blackcurrant

📋 copy color: '#331648'

red 51 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #331648

Tints of Blackcurrant #331648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 35.17%
G = 15.17%
B = 49.66%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331648 (or 0x331648) is known color: Blackcurrant. HEX triplet: 33, 16 and 48. RGB value is (51,22,72). Sum of RGB (Red+Green+Blue) = 51+22+72=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #331648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331648 is #CCE9B7. Grayscale: #242424. Windows color (decimal): -13429176 or 4724275. OLE color: 4724275.

HSL color Cylindrical-coordinate representation of color #331648: hue angle of 274.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331648 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 22 72 -
CMYK 0.29 0.69 0 0.72
HSL 274.8º 0.53% 0.18% -
HSV(B) 274.8º 0.69% 0.28% -
XYZ 2.82 1.75 6.32 -
YUV 36.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 51 22 72 0.29 0.69 0 0.72 274.8 0.53 0.18
Hex 33 16 48 1D 45 0 48 113 35 12
Octal 63 26 110 35 105 0 110 423 65 22
Binary 110011 10110 1001000 11101 1000101 0 1001000 100010011 110101 10010

Color Harmonies of #331648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331648

Black with #331648

Text Example


Text Example

White with #331648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331648; }

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

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

background-color css

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

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

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

border-color css

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

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

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