#35184B

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

Shades of Blackcurrant #35184B

Tints of Blackcurrant #35184B

Color information

#35184B (or 0x35184B) is unknown color: approx Blackcurrant. HEX triplet: 35, 18 and 4B. RGB value is (53,24,75). Sum of RGB (Red+Green+Blue) = 53+24+75=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #35184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35184B is #CAE7B4. Grayscale: #262626. Windows color (decimal): -13297589 or 4921397. OLE color: 4921397.

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

Color convert

RGB532475-
CMYK0.290.6800.71
HSL274.12º51.52%19.41%-
HSV(B)274.12º68%29.41%-
XYZ3.061.926.87-
YUV38.48148.61138.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=34.87%
G=15.79%
B=49.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5324750.290.6800.71274.1251.5219.41
Hex35184B1D440471123413
Octal65301133510401074226423
Binary1101011100010010111110110001000100011110001001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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