#35164B

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

Shades of Blackcurrant #35164B

Tints of Blackcurrant #35164B

Color information

#35164B (or 0x35164B) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 4B. RGB value is (53,22,75). Sum of RGB (Red+Green+Blue) = 53+22+75=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #35164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35164B is #CAE9B4. Grayscale: #252525. Windows color (decimal): -13298101 or 4920885. OLE color: 4920885.

HSL color Cylindrical-coordinate representation of color #35164B: hue angle of 275.09º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35164B is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB532275-
CMYK0.290.7100.71
HSL275.09º54.64%19.02%-
HSV(B)275.09º70.67%29.41%-
XYZ3.031.846.85-
YUV37.31149.27139.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 75 (29.69% from 255) = 50%
R=35.33%
G=14.67%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5322750.290.7100.71275.0954.6419.02
Hex35164B1D470471133713
Octal65261133510701074236723
Binary1101011011010010111110110001110100011110001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35164B; }

 p { color: rgb(53,22,75); }

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

<style>
 a { background-color: #35164B; }

 a { background-color: rgb(53,22,75); }

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

<style>
 span { border-color: #35164B; }

 span { border-color: rgb(53,22,75); }

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