#35143E

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

Shades of Blackcurrant #35143E

Tints of Blackcurrant #35143E

Color information

#35143E (or 0x35143E) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 3E. RGB value is (53,20,62). Sum of RGB (Red+Green+Blue) = 53+20+62=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #35143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35143E is #CAEBC1. Grayscale: #222222. Windows color (decimal): -13298626 or 4068405. OLE color: 4068405.

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

Color convert

RGB532062-
CMYK0.150.6800.76
HSL287.14º51.22%16.08%-
HSV(B)287.14º67.74%24.31%-
XYZ2.591.64.73-
YUV34.65143.43141.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=39.26%
G=14.81%
B=45.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5320620.150.6800.76287.1451.2216.08
Hex35143EF4404C11f3310
Octal6524761710401144376320
Binary11010110100111110111110001000100110010001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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