#35233F

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

Shades of Blackcurrant #35233F

Tints of Blackcurrant #35233F

Color information

#35233F (or 0x35233F) is unknown color: approx Blackcurrant. HEX triplet: 35, 23 and 3F. RGB value is (53,35,63). Sum of RGB (Red+Green+Blue) = 53+35+63=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #35233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35233F is #CADCC0. Grayscale: #2B2B2B. Windows color (decimal): -13294785 or 4137781. OLE color: 4137781.

HSL color Cylindrical-coordinate representation of color #35233F: hue angle of 278.57º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35233F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB533563-
CMYK0.160.4400.75
HSL278.57º28.57%19.22%-
HSV(B)278.57º44.44%24.71%-
XYZ2.972.324.99-
YUV43.57138.96134.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 63 (25% from 255) = 41.72%
R=35.10%
G=23.18%
B=41.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5335630.160.4400.75278.5728.5719.22
Hex35233F102C04B1171d13
Octal654377205401134273523
Binary11010110001111111110000101100010010111000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35233F; }

 p { color: rgb(53,35,63); }

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

<style>
 a { background-color: #35233F; }

 a { background-color: rgb(53,35,63); }

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

<style>
 span { border-color: #35233F; }

 span { border-color: rgb(53,35,63); }

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