#35134B

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

Shades of Blackcurrant #35134B

Tints of Blackcurrant #35134B

Color information

#35134B (or 0x35134B) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 4B. RGB value is (53,19,75). Sum of RGB (Red+Green+Blue) = 53+19+75=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #35134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35134B is #CAECB4. Grayscale: #232323. Windows color (decimal): -13298869 or 4920117. OLE color: 4920117.

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

Color convert

RGB531975-
CMYK0.290.7500.71
HSL276.43º59.57%18.43%-
HSV(B)276.43º74.67%29.41%-
XYZ2.971.736.83-
YUV35.55150.26140.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=36.05%
G=12.93%
B=51.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5319750.290.7500.71276.4359.5718.43
Hex35134B1D4B0471143c12
Octal65231133511301074247422
Binary1101011001110010111110110010110100011110001010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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