#35144B

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

Shades of Blackcurrant #35144B

Tints of Blackcurrant #35144B

Color information

#35144B (or 0x35144B) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 4B. RGB value is (53,20,75). Sum of RGB (Red+Green+Blue) = 53+20+75=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #35144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35144B is #CAEBB4. Grayscale: #232323. Windows color (decimal): -13298613 or 4920373. OLE color: 4920373.

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

Color convert

RGB532075-
CMYK0.290.7300.71
HSL276º57.89%18.63%-
HSV(B)276º73.33%29.41%-
XYZ2.991.776.84-
YUV36.14149.93140.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=35.81%
G=13.51%
B=50.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5320750.290.7300.7127657.8918.63
Hex35144B1D490471143a13
Octal65241133511101074247223
Binary1101011010010010111110110010010100011110001010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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