#35273C

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

Shades of Blackcurrant #35273C

Tints of Blackcurrant #35273C

Color information

#35273C (or 0x35273C) is unknown color: approx Blackcurrant. HEX triplet: 35, 27 and 3C. RGB value is (53,39,60). Sum of RGB (Red+Green+Blue) = 53+39+60=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #35273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273C is #CAD8C3. Grayscale: #2D2D2D. Windows color (decimal): -13293764 or 3942197. OLE color: 3942197.

HSL color Cylindrical-coordinate representation of color #35273C: hue angle of 280º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35273C is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533960-
CMYK0.120.3500.76
HSL280º21.21%19.41%-
HSV(B)280º35%23.53%-
XYZ3.012.534.61-
YUV45.58136.14133.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=34.87%
G=25.66%
B=39.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5339600.120.3500.7628021.2119.41
Hex35273CC2304C1181513
Octal654774144301144302523
Binary1101011001111111001100100011010011001000110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35273C; }

 p { color: rgb(53,39,60); }

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

<style>
 a { background-color: #35273C; }

 a { background-color: rgb(53,39,60); }

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

<style>
 span { border-color: #35273C; }

 span { border-color: rgb(53,39,60); }

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