#35073F

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

Shades of Blackcurrant #35073F

Tints of Blackcurrant #35073F

Color information

#35073F (or 0x35073F) is unknown color: approx Blackcurrant. HEX triplet: 35, 07 and 3F. RGB value is (53,7,63). Sum of RGB (Red+Green+Blue) = 53+7+63=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #35073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35073F is #CAF8C0. Grayscale: #1A1A1A. Windows color (decimal): -13301953 or 4130613. OLE color: 4130613.

HSL color Cylindrical-coordinate representation of color #35073F: hue angle of 289.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35073F is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53763-
CMYK0.160.8900.75
HSL289.29º80%13.73%-
HSV(B)289.29º88.89%24.71%-
XYZ2.441.274.82-
YUV27.14148.24146.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 63 (25% from 255) = 51.22%
R=43.09%
G=5.69%
B=51.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal537630.160.8900.75289.298013.73
Hex3573F105904B12150e
Octal6577720131011344112016
Binary1101011111111111000010110010100101110010000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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