#35013A

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

Shades of Blackcurrant #35013A

Tints of Blackcurrant #35013A

Color information

#35013A (or 0x35013A) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 3A. RGB value is (53,1,58). Sum of RGB (Red+Green+Blue) = 53+1+58=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #35013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35013A is #CAFEC5. Grayscale: #161616. Windows color (decimal): -13303494 or 3801397. OLE color: 3801397.

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

Color convert

RGB53158-
CMYK0.090.9800.77
HSL294.74º96.61%11.57%-
HSV(B)294.74º98.28%22.75%-
XYZ2.241.084.09-
YUV23.05147.73149.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=47.32%
G=0.89%
B=51.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal531580.090.9800.77294.7496.6111.57
Hex3513A96204D12761c
Octal6517211142011544714114
Binary1101011111010100111000100100110110010011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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