#35084B

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

Shades of Blackcurrant #35084B

Tints of Blackcurrant #35084B

Color information

#35084B (or 0x35084B) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 4B. RGB value is (53,8,75). Sum of RGB (Red+Green+Blue) = 53+8+75=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #35084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35084B is #CAF7B4. Grayscale: #1C1C1C. Windows color (decimal): -13301685 or 4917301. OLE color: 4917301.

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

Color convert

RGB53875-
CMYK0.290.8900.71
HSL280.3º80.72%16.27%-
HSV(B)280.3º89.33%29.41%-
XYZ2.831.446.79-
YUV29.09153.91145.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=38.97%
G=5.88%
B=55.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal538750.290.8900.71280.380.7216.27
Hex3584B1D590471185110
Octal651011335131010743012120
Binary1101011000100101111101101100101000111100011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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