#33263A

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

Shades of Blackcurrant #33263A

Tints of Blackcurrant #33263A

Color information

#33263A (or 0x33263A) is unknown color: approx Blackcurrant. HEX triplet: 33, 26 and 3A. RGB value is (51,38,58). Sum of RGB (Red+Green+Blue) = 51+38+58=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #33263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33263A is #CCD9C5. Grayscale: #2C2C2C. Windows color (decimal): -13425094 or 3810867. OLE color: 3810867.

HSL color Cylindrical-coordinate representation of color #33263A: hue angle of 279º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33263A is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB513858-
CMYK0.120.3400.77
HSL279º20.83%18.82%-
HSV(B)279º34.48%22.75%-
XYZ2.822.44.32-
YUV44.17135.81132.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=34.69%
G=25.85%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5138580.120.3400.7727920.8318.82
Hex33263AC2204D1171513
Octal634672144201154272523
Binary1100111001101110101100100010010011011000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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