#35184F

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

Shades of Blackcurrant #35184F

Tints of Blackcurrant #35184F

Color information

#35184F (or 0x35184F) is unknown color: approx Blackcurrant. HEX triplet: 35, 18 and 4F. RGB value is (53,24,79). Sum of RGB (Red+Green+Blue) = 53+24+79=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #35184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35184F is #CAE7B0. Grayscale: #262626. Windows color (decimal): -13297585 or 5183541. OLE color: 5183541.

HSL color Cylindrical-coordinate representation of color #35184F: hue angle of 271.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35184F is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB532479-
CMYK0.330.7000.69
HSL271.64º53.4%20.2%-
HSV(B)271.64º69.62%30.98%-
XYZ3.211.977.61-
YUV38.94150.61138.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=33.97%
G=15.38%
B=50.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5324790.330.7000.69271.6453.420.2
Hex35184F21460451103514
Octal65301174110601054206524
Binary11010111000100111110000110001100100010110001000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35184F; }

 p { color: rgb(53,24,79); }

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

<style>
 a { background-color: #35184F; }

 a { background-color: rgb(53,24,79); }

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

<style>
 span { border-color: #35184F; }

 span { border-color: rgb(53,24,79); }

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