#35013D

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

Shades of Blackcurrant #35013D

Tints of Blackcurrant #35013D

Color information

#35013D (or 0x35013D) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 3D. RGB value is (53,1,61). Sum of RGB (Red+Green+Blue) = 53+1+61=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #35013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35013D is #CAFEC2. Grayscale: #171717. Windows color (decimal): -13303491 or 3998005. OLE color: 3998005.

HSL color Cylindrical-coordinate representation of color #35013D: hue angle of 292º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35013D is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53161-
CMYK0.130.9800.76
HSL292º96.77%12.16%-
HSV(B)292º98.36%23.92%-
XYZ2.321.124.51-
YUV23.39149.23149.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=46.09%
G=0.87%
B=53.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal531610.130.9800.7629296.7712.16
Hex3513DD6204C12461c
Octal6517515142011444414114
Binary1101011111101110111000100100110010010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35013D; }

 p { color: rgb(53,1,61); }

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

<style>
 a { background-color: #35013D; }

 a { background-color: rgb(53,1,61); }

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

<style>
 span { border-color: #35013D; }

 span { border-color: rgb(53,1,61); }

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