#33283D

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

Shades of Blackcurrant #33283D

Tints of Blackcurrant #33283D

Color information

#33283D (or 0x33283D) is unknown color: approx Blackcurrant. HEX triplet: 33, 28 and 3D. RGB value is (51,40,61). Sum of RGB (Red+Green+Blue) = 51+40+61=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #33283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33283D is #CCD7C2. Grayscale: #2D2D2D. Windows color (decimal): -13424579 or 4007987. OLE color: 4007987.

HSL color Cylindrical-coordinate representation of color #33283D: hue angle of 271.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33283D is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB514061-
CMYK0.160.3400.76
HSL271.43º20.79%19.8%-
HSV(B)271.43º34.43%23.92%-
XYZ2.972.564.75-
YUV45.68136.64131.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=33.55%
G=26.32%
B=40.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5140610.160.3400.76271.4320.7919.8
Hex33283D102204C10f1514
Octal635075204201144172524
Binary11001110100011110110000100010010011001000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33283D; }

 p { color: rgb(51,40,61); }

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

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

 a { background-color: rgb(51,40,61); }

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

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

 span { border-color: rgb(51,40,61); }

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