#333134

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

Shades of Blackcurrant #333134

Tints of Blackcurrant #333134

Color information

#333134 (or 0x333134) is unknown color: approx Blackcurrant. HEX triplet: 33, 31 and 34. RGB value is (51,49,52). Sum of RGB (Red+Green+Blue) = 51+49+52=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 52 - color contains mainly: blue. Hex color #333134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333134 is #CCCECB. Grayscale: #313131. Windows color (decimal): -13422284 or 3420467. OLE color: 3420467.

HSL color Cylindrical-coordinate representation of color #333134: hue angle of 280º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #333134 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB514952-
CMYK0.020.0600.80
HSL280º2.97%19.8%-
HSV(B)280º5.77%20.39%-
XYZ3.083.153.69-
YUV49.94129.16128.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=33.55%
G=32.24%
B=34.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5149520.020.0600.802802.9719.8
Hex33313426050118314
Octal636164260120430324
Binary11001111000111010010110010100001000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333134; }

 p { color: rgb(51,49,52); }

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

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

 a { background-color: rgb(51,49,52); }

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

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

 span { border-color: rgb(51,49,52); }

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