#35273E

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

Shades of Blackcurrant #35273E

Tints of Blackcurrant #35273E

Color information

#35273E (or 0x35273E) is unknown color: approx Blackcurrant. HEX triplet: 35, 27 and 3E. RGB value is (53,39,62). Sum of RGB (Red+Green+Blue) = 53+39+62=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #35273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273E is #CAD8C1. Grayscale: #2D2D2D. Windows color (decimal): -13293762 or 4073269. OLE color: 4073269.

HSL color Cylindrical-coordinate representation of color #35273E: hue angle of 276.52º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35273E is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533962-
CMYK0.150.3700.76
HSL276.52º22.77%19.8%-
HSV(B)276.52º37.1%24.31%-
XYZ3.062.564.89-
YUV45.81137.14133.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=34.42%
G=25.32%
B=40.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5339620.150.3700.76276.5222.7719.8
Hex35273EF2504C1151714
Octal654776174501144252724
Binary1101011001111111101111100101010011001000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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