#35133E

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

Shades of Blackcurrant #35133E

Tints of Blackcurrant #35133E

Color information

#35133E (or 0x35133E) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 3E. RGB value is (53,19,62). Sum of RGB (Red+Green+Blue) = 53+19+62=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #35133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35133E is #CAECC1. Grayscale: #212121. Windows color (decimal): -13298882 or 4068149. OLE color: 4068149.

HSL color Cylindrical-coordinate representation of color #35133E: hue angle of 287.44º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35133E is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB531962-
CMYK0.150.6900.76
HSL287.44º53.09%15.88%-
HSV(B)287.44º69.35%24.31%-
XYZ2.571.574.73-
YUV34.07143.76141.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=39.55%
G=14.18%
B=46.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5319620.150.6900.76287.4453.0915.88
Hex35133EF4504C11f3510
Octal6523761710501144376520
Binary11010110011111110111110001010100110010001111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35133E; }

 p { color: rgb(53,19,62); }

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

<style>
 a { background-color: #35133E; }

 a { background-color: rgb(53,19,62); }

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

<style>
 span { border-color: #35133E; }

 span { border-color: rgb(53,19,62); }

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