#35143D

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

Shades of Blackcurrant #35143D

Tints of Blackcurrant #35143D

Color information

#35143D (or 0x35143D) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 3D. RGB value is (53,20,61). Sum of RGB (Red+Green+Blue) = 53+20+61=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #35143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35143D is #CAEBC2. Grayscale: #222222. Windows color (decimal): -13298627 or 4002869. OLE color: 4002869.

HSL color Cylindrical-coordinate representation of color #35143D: hue angle of 288.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35143D is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB532061-
CMYK0.130.6700.76
HSL288.29º50.62%15.88%-
HSV(B)288.29º67.21%23.92%-
XYZ2.561.594.59-
YUV34.54142.93141.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=39.55%
G=14.93%
B=45.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5320610.130.6700.76288.2950.6215.88
Hex35143DD4304C1203310
Octal6524751510301144406320
Binary11010110100111101110110000110100110010010000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35143D; }

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

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

<style>
 a { background-color: #35143D; }

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

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

<style>
 span { border-color: #35143D; }

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

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