#35253F

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

Shades of Blackcurrant #35253F

Tints of Blackcurrant #35253F

Color information

#35253F (or 0x35253F) is unknown color: approx Blackcurrant. HEX triplet: 35, 25 and 3F. RGB value is (53,37,63). Sum of RGB (Red+Green+Blue) = 53+37+63=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #35253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35253F is #CADAC0. Grayscale: #2C2C2C. Windows color (decimal): -13294273 or 4138293. OLE color: 4138293.

HSL color Cylindrical-coordinate representation of color #35253F: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35253F is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB533763-
CMYK0.160.4100.75
HSL276.92º26%19.61%-
HSV(B)276.92º41.27%24.71%-
XYZ3.032.445.01-
YUV44.75138.3133.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 63 (25% from 255) = 41.18%
R=34.64%
G=24.18%
B=41.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5337630.160.4100.75276.922619.61
Hex35253F102904B1151a14
Octal654577205101134253224
Binary11010110010111111110000101001010010111000101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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