#35194B

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

Shades of Blackcurrant #35194B

Tints of Blackcurrant #35194B

Color information

#35194B (or 0x35194B) is unknown color: approx Blackcurrant. HEX triplet: 35, 19 and 4B. RGB value is (53,25,75). Sum of RGB (Red+Green+Blue) = 53+25+75=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #35194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35194B is #CAE6B4. Grayscale: #262626. Windows color (decimal): -13297333 or 4921653. OLE color: 4921653.

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

Color convert

RGB532575-
CMYK0.290.6700.71
HSL273.6º50%19.61%-
HSV(B)273.6º66.67%29.41%-
XYZ3.091.966.87-
YUV39.07148.28137.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=34.64%
G=16.34%
B=49.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5325750.290.6700.71273.65019.61
Hex35194B1D430471123214
Octal65311133510301074226224
Binary1101011100110010111110110000110100011110001001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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