#35223E

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

Shades of Blackcurrant #35223E

Tints of Blackcurrant #35223E

Color information

#35223E (or 0x35223E) is unknown color: approx Blackcurrant. HEX triplet: 35, 22 and 3E. RGB value is (53,34,62). Sum of RGB (Red+Green+Blue) = 53+34+62=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 62 - color contains mainly: blue. Hex color #35223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35223E is #CADDC1. Grayscale: #2A2A2A. Windows color (decimal): -13295042 or 4071989. OLE color: 4071989.

HSL color Cylindrical-coordinate representation of color #35223E: hue angle of 280.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35223E is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533462-
CMYK0.150.4500.76
HSL280.71º29.17%18.82%-
HSV(B)280.71º45.16%24.31%-
XYZ2.912.254.84-
YUV42.87138.79135.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=35.57%
G=22.82%
B=41.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5334620.150.4500.76280.7129.1718.82
Hex35223EF2D04C1191d13
Octal654276175501144313523
Binary1101011000101111101111101101010011001000110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35223E; }

 p { color: rgb(53,34,62); }

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

<style>
 a { background-color: #35223E; }

 a { background-color: rgb(53,34,62); }

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

<style>
 span { border-color: #35223E; }

 span { border-color: rgb(53,34,62); }

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