#350C3D

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

Shades of Blackcurrant #350C3D

Tints of Blackcurrant #350C3D

Color information

#350C3D (or 0x350C3D) is unknown color: approx Blackcurrant. HEX triplet: 35, 0C and 3D. RGB value is (53,12,61). Sum of RGB (Red+Green+Blue) = 53+12+61=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #350C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C3D is #CAF3C2. Grayscale: #1D1D1D. Windows color (decimal): -13300675 or 4000821. OLE color: 4000821.

HSL color Cylindrical-coordinate representation of color #350C3D: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350C3D is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB531261-
CMYK0.130.8000.76
HSL290.2º67.12%14.31%-
HSV(B)290.2º80.33%23.92%-
XYZ2.441.364.55-
YUV29.84145.58144.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=42.06%
G=9.52%
B=48.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5312610.130.8000.76290.267.1214.31
Hex35C3DD5004C12243e
Octal65147515120011444210316
Binary1101011100111101110110100000100110010010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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