#35263D

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

Shades of Blackcurrant #35263D

Tints of Blackcurrant #35263D

Color information

#35263D (or 0x35263D) is unknown color: approx Blackcurrant. HEX triplet: 35, 26 and 3D. RGB value is (53,38,61). Sum of RGB (Red+Green+Blue) = 53+38+61=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #35263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263D is #CAD9C2. Grayscale: #2D2D2D. Windows color (decimal): -13294019 or 4007477. OLE color: 4007477.

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

Color convert

RGB533861-
CMYK0.130.3800.76
HSL279.13º23.23%19.41%-
HSV(B)279.13º37.7%23.92%-
XYZ32.484.74-
YUV45.11136.97133.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=34.87%
G=25%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5338610.130.3800.76279.1323.2319.41
Hex35263DD2604C1171713
Octal654675154601144272723
Binary1101011001101111011101100110010011001000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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