#33273D

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

Shades of Blackcurrant #33273D

Tints of Blackcurrant #33273D

Color information

#33273D (or 0x33273D) is unknown color: approx Blackcurrant. HEX triplet: 33, 27 and 3D. RGB value is (51,39,61). Sum of RGB (Red+Green+Blue) = 51+39+61=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #33273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33273D is #CCD8C2. Grayscale: #2D2D2D. Windows color (decimal): -13424835 or 4007731. OLE color: 4007731.

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

Color convert

RGB513961-
CMYK0.160.3600.76
HSL272.73º22%19.61%-
HSV(B)272.73º36.07%23.92%-
XYZ2.932.494.74-
YUV45.1136.98132.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=33.77%
G=25.83%
B=40.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5139610.160.3600.76272.732219.61
Hex33273D102404C1111614
Octal634775204401144212624
Binary11001110011111110110000100100010011001000100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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