#33233F

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

Shades of Blackcurrant #33233F

Tints of Blackcurrant #33233F

Color information

#33233F (or 0x33233F) is unknown color: approx Blackcurrant. HEX triplet: 33, 23 and 3F. RGB value is (51,35,63). Sum of RGB (Red+Green+Blue) = 51+35+63=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #33233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233F is #CCDCC0. Grayscale: #2A2A2A. Windows color (decimal): -13425857 or 4137779. OLE color: 4137779.

HSL color Cylindrical-coordinate representation of color #33233F: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33233F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513563-
CMYK0.190.4400.75
HSL274.29º28.57%19.22%-
HSV(B)274.29º44.44%24.71%-
XYZ2.862.264.99-
YUV42.98139.3133.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 63 (25% from 255) = 42.28%
R=34.23%
G=23.49%
B=42.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5135630.190.4400.75274.2928.5719.22
Hex33233F132C04B1121d13
Octal634377235401134223523
Binary11001110001111111110011101100010010111000100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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