#331448

Color #331448 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #331448

Tints of Blackcurrant #331448

Color information

#331448 (or 0x331448) is unknown color: approx Blackcurrant. HEX triplet: 33, 14 and 48. RGB value is (51,20,72). Sum of RGB (Red+Green+Blue) = 51+20+72=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #331448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331448 is #CCEBB7. Grayscale: #232323. Windows color (decimal): -13429688 or 4723763. OLE color: 4723763.

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

Color convert

RGB512072-
CMYK0.290.7200.72
HSL275.77º56.52%18.04%-
HSV(B)275.77º72.22%28.24%-
XYZ2.791.676.31-
YUV35.2148.77139.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=35.66%
G=13.99%
B=50.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5120720.290.7200.72275.7756.5218.04
Hex3314481D480481143912
Octal63241103511001104247122
Binary1100111010010010001110110010000100100010001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331448; }

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

 H1.HeaderClassName
 {
   color: #331448;
 }
 .AnyTagClassName
 {
   color: #331448;
 }
</style>
background-color css

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

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

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

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

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

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