#35103B

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

Shades of Blackcurrant #35103B

Tints of Blackcurrant #35103B

Color information

#35103B (or 0x35103B) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 3B. RGB value is (53,16,59). Sum of RGB (Red+Green+Blue) = 53+16+59=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #35103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35103B is #CAEFC4. Grayscale: #1F1F1F. Windows color (decimal): -13299653 or 3870773. OLE color: 3870773.

HSL color Cylindrical-coordinate representation of color #35103B: hue angle of 291.63º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35103B is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB531659-
CMYK0.100.7300.77
HSL291.63º57.33%14.71%-
HSV(B)291.63º72.88%23.14%-
XYZ2.441.444.29-
YUV31.96143.26143-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=41.41%
G=12.5%
B=46.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5316590.100.7300.77291.6357.3314.71
Hex35103BA4904D12439f
Octal6520731211101154447117
Binary1101011000011101110101001001010011011001001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,16,59); }

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

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

 a { background-color: rgb(53,16,59); }

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

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

 span { border-color: rgb(53,16,59); }

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