#350C3B

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

Shades of Blackcurrant #350C3B

Tints of Blackcurrant #350C3B

Color information

#350C3B (or 0x350C3B) is unknown color: approx Blackcurrant. HEX triplet: 35, 0C and 3B. RGB value is (53,12,59). Sum of RGB (Red+Green+Blue) = 53+12+59=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #350C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C3B is #CAF3C4. Grayscale: #1D1D1D. Windows color (decimal): -13300677 or 3869749. OLE color: 3869749.

HSL color Cylindrical-coordinate representation of color #350C3B: hue angle of 292.34º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350C3B is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB531259-
CMYK0.100.8000.77
HSL292.34º66.2%13.92%-
HSV(B)292.34º79.66%23.14%-
XYZ2.391.344.27-
YUV29.62144.58144.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 59 (23.44% from 255) = 47.58%
R=42.74%
G=9.68%
B=47.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5312590.100.8000.77292.3466.213.92
Hex35C3BA5004D12442e
Octal65147312120011544410216
Binary1101011100111011101010100000100110110010010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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