#35273A

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

Shades of Blackcurrant #35273A

Tints of Blackcurrant #35273A

Color information

#35273A (or 0x35273A) is unknown color: approx Blackcurrant. HEX triplet: 35, 27 and 3A. RGB value is (53,39,58). Sum of RGB (Red+Green+Blue) = 53+39+58=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #35273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273A is #CAD8C5. Grayscale: #2D2D2D. Windows color (decimal): -13293766 or 3811125. OLE color: 3811125.

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

Color convert

RGB533958-
CMYK0.090.3300.77
HSL284.21º19.59%19.02%-
HSV(B)284.21º32.76%22.75%-
XYZ2.962.514.33-
YUV45.35135.14133.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=35.33%
G=26%
B=38.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5339580.090.3300.77284.2119.5919.02
Hex35273A92104D11c1413
Octal654772114101154342423
Binary1101011001111110101001100001010011011000111001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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