#33233A

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

Shades of Blackcurrant #33233A

Tints of Blackcurrant #33233A

Color information

#33233A (or 0x33233A) is unknown color: approx Blackcurrant. HEX triplet: 33, 23 and 3A. RGB value is (51,35,58). Sum of RGB (Red+Green+Blue) = 51+35+58=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #33233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233A is #CCDCC5. Grayscale: #2A2A2A. Windows color (decimal): -13425862 or 3810099. OLE color: 3810099.

HSL color Cylindrical-coordinate representation of color #33233A: hue angle of 281.74º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33233A is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB513558-
CMYK0.120.4000.77
HSL281.74º24.73%18.24%-
HSV(B)281.74º39.66%22.75%-
XYZ2.732.214.29-
YUV42.41136.8134.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=35.42%
G=24.31%
B=40.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5135580.120.4000.77281.7424.7318.24
Hex33233AC2804D11a1912
Octal634372145001154323122
Binary1100111000111110101100101000010011011000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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