#35263E

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

Shades of Blackcurrant #35263E

Tints of Blackcurrant #35263E

Color information

#35263E (or 0x35263E) is unknown color: approx Blackcurrant. HEX triplet: 35, 26 and 3E. RGB value is (53,38,62). Sum of RGB (Red+Green+Blue) = 53+38+62=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #35263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263E is #CAD9C1. Grayscale: #2D2D2D. Windows color (decimal): -13294018 or 4073013. OLE color: 4073013.

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

Color convert

RGB533862-
CMYK0.150.3900.76
HSL277.5º24%19.61%-
HSV(B)277.5º38.71%24.31%-
XYZ3.032.494.88-
YUV45.22137.47133.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=34.64%
G=24.84%
B=40.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5338620.150.3900.76277.52419.61
Hex35263EF2704C1161814
Octal654676174701144263024
Binary1101011001101111101111100111010011001000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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