#35103F

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

Shades of Blackcurrant #35103F

Tints of Blackcurrant #35103F

Color information

#35103F (or 0x35103F) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 3F. RGB value is (53,16,63). Sum of RGB (Red+Green+Blue) = 53+16+63=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #35103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35103F is #CAEFC0. Grayscale: #202020. Windows color (decimal): -13299649 or 4132917. OLE color: 4132917.

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

Color convert

RGB531663-
CMYK0.160.7500.75
HSL287.23º59.49%15.49%-
HSV(B)287.23º74.6%24.71%-
XYZ2.551.494.86-
YUV32.42145.26142.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 63 (25% from 255) = 47.73%
R=40.15%
G=12.12%
B=47.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5316630.160.7500.75287.2359.4915.49
Hex35103F104B04B11f3bf
Octal6520772011301134377317
Binary11010110000111111100001001011010010111000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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