#35053F

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

Shades of Blackcurrant #35053F

Tints of Blackcurrant #35053F

Color information

#35053F (or 0x35053F) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 3F. RGB value is (53,5,63). Sum of RGB (Red+Green+Blue) = 53+5+63=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #35053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053F is #CAFAC0. Grayscale: #191919. Windows color (decimal): -13302465 or 4130101. OLE color: 4130101.

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

Color convert

RGB53563-
CMYK0.160.9200.75
HSL289.66º85.29%13.33%-
HSV(B)289.66º92.06%24.71%-
XYZ2.421.224.81-
YUV25.96148.9147.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 63 (25% from 255) = 52.07%
R=43.80%
G=4.13%
B=52.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal535630.160.9200.75289.6685.2913.33
Hex3553F105C04B12255d
Octal6557720134011344212515
Binary1101011011111111000010111000100101110010001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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