#350C45

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

Shades of Blackcurrant #350C45

Tints of Blackcurrant #350C45

Color information

#350C45 (or 0x350C45) is unknown color: approx Blackcurrant. HEX triplet: 35, 0C and 45. RGB value is (53,12,69). Sum of RGB (Red+Green+Blue) = 53+12+69=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #350C45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C45 is #CAF3BA. Grayscale: #1E1E1E. Windows color (decimal): -13300667 or 4525109. OLE color: 4525109.

HSL color Cylindrical-coordinate representation of color #350C45: hue angle of 283.16º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350C45 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB531269-
CMYK0.230.8300.73
HSL283.16º70.37%15.88%-
HSV(B)283.16º82.61%27.06%-
XYZ2.671.455.77-
YUV30.76149.58143.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=39.55%
G=8.96%
B=51.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5312690.230.8300.73283.1670.3715.88
Hex35C45175304911b4610
Octal651410527123011143310620
Binary1101011100100010110111101001101001001100011011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,12,69); }

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

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

 a { background-color: rgb(53,12,69); }

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

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

 span { border-color: rgb(53,12,69); }

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