Html Css Color HEX #331640 Blackcurrant

📋 copy color: '#331640'

red 51 ◦ green 22 ◦ blue 64

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

Shades of Blackcurrant #331640

Tints of Blackcurrant #331640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 37.23%
G = 16.06%
B = 46.72%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331640 (or 0x331640) is known color: Blackcurrant. HEX triplet: 33, 16 and 40. RGB value is (51,22,64). Sum of RGB (Red+Green+Blue) = 51+22+64=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #331640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331640 is #CCE9BF. Grayscale: #232323. Windows color (decimal): -13429184 or 4199987. OLE color: 4199987.

HSL color Cylindrical-coordinate representation of color #331640: hue angle of 281.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #331640 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 22 64 -
CMYK 0.20 0.66 0 0.75
HSL 281.43º 0.49% 0.17% -
HSV(B) 281.43º 0.66% 0.25% -
XYZ 2.58 1.65 5.03 -
YUV 35.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 51 22 64 0.20 0.66 0 0.75 281.43 0.49 0.17
Hex 33 16 40 14 42 0 4B 119 31 11
Octal 63 26 100 24 102 0 113 431 61 21
Binary 110011 10110 1000000 10100 1000010 0 1001011 100011001 110001 10001

Color Harmonies of #331640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331640

Black with #331640

Text Example


Text Example

White with #331640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331640; }

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

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

background-color css

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

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

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

border-color css

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

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

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