#35074B

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

Shades of Blackcurrant #35074B

Tints of Blackcurrant #35074B

Color information

#35074B (or 0x35074B) is unknown color: approx Blackcurrant. HEX triplet: 35, 07 and 4B. RGB value is (53,7,75). Sum of RGB (Red+Green+Blue) = 53+7+75=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #35074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35074B is #CAF8B4. Grayscale: #1C1C1C. Windows color (decimal): -13301941 or 4917045. OLE color: 4917045.

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

Color convert

RGB53775-
CMYK0.290.9100.71
HSL280.59º82.93%16.08%-
HSV(B)280.59º90.67%29.41%-
XYZ2.811.426.78-
YUV28.51154.24145.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=39.26%
G=5.19%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537750.290.9100.71280.5982.9316.08
Hex3574B1D5B0471195310
Octal65711335133010743112320
Binary110101111100101111101101101101000111100011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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