#33233D

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

Shades of Blackcurrant #33233D

Tints of Blackcurrant #33233D

Color information

#33233D (or 0x33233D) is unknown color: approx Blackcurrant. HEX triplet: 33, 23 and 3D. RGB value is (51,35,61). Sum of RGB (Red+Green+Blue) = 51+35+61=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #33233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233D is #CCDCC2. Grayscale: #2A2A2A. Windows color (decimal): -13425859 or 4006707. OLE color: 4006707.

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

Color convert

RGB513561-
CMYK0.160.4300.76
HSL276.92º27.08%18.82%-
HSV(B)276.92º42.62%23.92%-
XYZ2.812.244.7-
YUV42.75138.3133.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=34.69%
G=23.81%
B=41.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5135610.160.4300.76276.9227.0818.82
Hex33233D102B04C1151b13
Octal634375205301144253323
Binary11001110001111110110000101011010011001000101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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