#350E40

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

Shades of Blackcurrant #350E40

Tints of Blackcurrant #350E40

Color information

#350E40 (or 0x350E40) is unknown color: approx Blackcurrant. HEX triplet: 35, 0E and 40. RGB value is (53,14,64). Sum of RGB (Red+Green+Blue) = 53+14+64=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #350E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E40 is #CAF1BF. Grayscale: #1F1F1F. Windows color (decimal): -13300160 or 4197941. OLE color: 4197941.

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

Color convert

RGB531464-
CMYK0.170.7800.75
HSL286.8º64.1%15.29%-
HSV(B)286.8º78.12%25.1%-
XYZ2.551.444.99-
YUV31.36146.42143.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=40.46%
G=10.69%
B=48.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5314640.170.7800.75286.864.115.29
Hex35E40114E04B11f40f
Octal651610021116011343710017
Binary110101111010000001000110011100100101110001111110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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