#33144A

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

Shades of Blackcurrant #33144A

Tints of Blackcurrant #33144A

Color information

#33144A (or 0x33144A) is unknown color: approx Blackcurrant. HEX triplet: 33, 14 and 4A. RGB value is (51,20,74). Sum of RGB (Red+Green+Blue) = 51+20+74=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #33144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33144A is #CCEBB5. Grayscale: #232323. Windows color (decimal): -13429686 or 4854835. OLE color: 4854835.

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

Color convert

RGB512074-
CMYK0.310.7300.71
HSL274.44º57.45%18.43%-
HSV(B)274.44º72.97%29.02%-
XYZ2.851.76.66-
YUV35.42149.77139.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 74 (29.30% from 255) = 51.03%
R=35.17%
G=13.79%
B=51.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5120740.310.7300.71274.4457.4518.43
Hex33144A1F490471123912
Octal63241123711101074227122
Binary1100111010010010101111110010010100011110001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33144A; }

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

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

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

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

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

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

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

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