Html Css Color HEX #331644 Blackcurrant

📋 copy color: '#331644'

red 51 ◦ green 22 ◦ blue 68

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

Shades of Blackcurrant #331644

Tints of Blackcurrant #331644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.23%

R = 36.17%
G = 15.6%
B = 48.23%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#331644 (or 0x331644) is known color: Blackcurrant. HEX triplet: 33, 16 and 44. RGB value is (51,22,68). Sum of RGB (Red+Green+Blue) = 51+22+68=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #331644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331644 is #CCE9BB. Grayscale: #232323. Windows color (decimal): -13429180 or 4462131. OLE color: 4462131.

HSL color Cylindrical-coordinate representation of color #331644: hue angle of 277.83º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331644 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 22 68 -
CMYK 0.25 0.68 0 0.73
HSL 277.83º 0.51% 0.18% -
HSV(B) 277.83º 0.68% 0.27% -
XYZ 2.7 1.69 5.65 -
YUV 35.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 51 22 68 0.25 0.68 0 0.73 277.83 0.51 0.18
Hex 33 16 44 19 44 0 49 116 33 12
Octal 63 26 104 31 104 0 111 426 63 22
Binary 110011 10110 1000100 11001 1000100 0 1001001 100010110 110011 10010

Color Harmonies of #331644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331644

Black with #331644

Text Example


Text Example

White with #331644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331644; }

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

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

background-color css

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

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

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

border-color css

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

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

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