#33253D

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

Shades of Blackcurrant #33253D

Tints of Blackcurrant #33253D

Color information

#33253D (or 0x33253D) is unknown color: approx Blackcurrant. HEX triplet: 33, 25 and 3D. RGB value is (51,37,61). Sum of RGB (Red+Green+Blue) = 51+37+61=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #33253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33253D is #CCDAC2. Grayscale: #2B2B2B. Windows color (decimal): -13425347 or 4007219. OLE color: 4007219.

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

Color convert

RGB513761-
CMYK0.160.3900.76
HSL275º24.49%19.22%-
HSV(B)275º39.34%23.92%-
XYZ2.872.364.72-
YUV43.92137.64133.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=34.23%
G=24.83%
B=40.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5137610.160.3900.7627524.4919.22
Hex33253D102704C1131813
Octal634575204701144233023
Binary11001110010111110110000100111010011001000100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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