#33263D

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

Shades of Blackcurrant #33263D

Tints of Blackcurrant #33263D

Color information

#33263D (or 0x33263D) is unknown color: approx Blackcurrant. HEX triplet: 33, 26 and 3D. RGB value is (51,38,61). Sum of RGB (Red+Green+Blue) = 51+38+61=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #33263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33263D is #CCD9C2. Grayscale: #2C2C2C. Windows color (decimal): -13425091 or 4007475. OLE color: 4007475.

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

Color convert

RGB513861-
CMYK0.160.3800.76
HSL273.91º23.23%19.41%-
HSV(B)273.91º37.7%23.92%-
XYZ2.92.434.73-
YUV44.51137.31132.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=34%
G=25.33%
B=40.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5138610.160.3800.76273.9123.2319.41
Hex33263D102604C1121713
Octal634675204601144222723
Binary11001110011011110110000100110010011001000100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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