#350F40

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

Shades of Blackcurrant #350F40

Tints of Blackcurrant #350F40

Color information

#350F40 (or 0x350F40) is unknown color: approx Blackcurrant. HEX triplet: 35, 0F and 40. RGB value is (53,15,64). Sum of RGB (Red+Green+Blue) = 53+15+64=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #350F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F40 is #CAF0BF. Grayscale: #1F1F1F. Windows color (decimal): -13299904 or 4198197. OLE color: 4198197.

HSL color Cylindrical-coordinate representation of color #350F40: hue angle of 286.53º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350F40 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB531564-
CMYK0.170.7700.75
HSL286.53º62.03%15.49%-
HSV(B)286.53º76.56%25.1%-
XYZ2.561.475-
YUV31.95146.09143.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=40.15%
G=11.36%
B=48.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5315640.170.7700.75286.5362.0315.49
Hex35F40114D04B11f3ef
Octal65171002111501134377617
Binary11010111111000000100011001101010010111000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350F40; }

 p { color: rgb(53,15,64); }

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

<style>
 a { background-color: #350F40; }

 a { background-color: rgb(53,15,64); }

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

<style>
 span { border-color: #350F40; }

 span { border-color: rgb(53,15,64); }

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