#35044B

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

Shades of Blackcurrant #35044B

Tints of Blackcurrant #35044B

Color information

#35044B (or 0x35044B) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 4B. RGB value is (53,4,75). Sum of RGB (Red+Green+Blue) = 53+4+75=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #35044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35044B is #CAFBB4. Grayscale: #1A1A1A. Windows color (decimal): -13302709 or 4916277. OLE color: 4916277.

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

Color convert

RGB53475-
CMYK0.290.9500.71
HSL281.41º89.87%15.49%-
HSV(B)281.41º94.67%29.41%-
XYZ2.781.356.77-
YUV26.74155.23146.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=40.15%
G=3.03%
B=56.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal534750.290.9500.71281.4189.8715.49
Hex3544B1D5F0471195af
Octal65411335137010743113217
Binary11010110010010111110110111110100011110001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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