#35193B

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

Shades of Blackcurrant #35193B

Tints of Blackcurrant #35193B

Color information

#35193B (or 0x35193B) is unknown color: approx Blackcurrant. HEX triplet: 35, 19 and 3B. RGB value is (53,25,59). Sum of RGB (Red+Green+Blue) = 53+25+59=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #35193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35193B is #CAE6C4. Grayscale: #252525. Windows color (decimal): -13297349 or 3873077. OLE color: 3873077.

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

Color convert

RGB532559-
CMYK0.100.5800.77
HSL289.41º40.48%16.47%-
HSV(B)289.41º57.63%23.14%-
XYZ2.611.774.34-
YUV37.25140.28139.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=38.69%
G=18.25%
B=43.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5325590.100.5800.77289.4140.4816.47
Hex35193BA3A04D1212810
Octal653173127201154415020
Binary1101011100111101110101110100100110110010000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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