#35253D

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

Shades of Blackcurrant #35253D

Tints of Blackcurrant #35253D

Color information

#35253D (or 0x35253D) is unknown color: approx Blackcurrant. HEX triplet: 35, 25 and 3D. RGB value is (53,37,61). Sum of RGB (Red+Green+Blue) = 53+37+61=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #35253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35253D is #CADAC2. Grayscale: #2C2C2C. Windows color (decimal): -13294275 or 4007221. OLE color: 4007221.

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

Color convert

RGB533761-
CMYK0.130.3900.76
HSL280º24.49%19.22%-
HSV(B)280º39.34%23.92%-
XYZ2.972.424.72-
YUV44.52137.3134.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=35.10%
G=24.50%
B=40.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5337610.130.3900.7628024.4919.22
Hex35253DD2704C1181813
Octal654575154701144303023
Binary1101011001011111011101100111010011001000110001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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