#35233D

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

Shades of Blackcurrant #35233D

Tints of Blackcurrant #35233D

Color information

#35233D (or 0x35233D) is unknown color: approx Blackcurrant. HEX triplet: 35, 23 and 3D. RGB value is (53,35,61). Sum of RGB (Red+Green+Blue) = 53+35+61=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #35233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35233D is #CADCC2. Grayscale: #2B2B2B. Windows color (decimal): -13294787 or 4006709. OLE color: 4006709.

HSL color Cylindrical-coordinate representation of color #35233D: hue angle of 281.54º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35233D is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533561-
CMYK0.130.4300.76
HSL281.54º27.08%18.82%-
HSV(B)281.54º42.62%23.92%-
XYZ2.912.34.7-
YUV43.35137.96134.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=35.57%
G=23.49%
B=40.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5335610.130.4300.76281.5427.0818.82
Hex35233DD2B04C11a1b13
Octal654375155301144323323
Binary1101011000111111011101101011010011001000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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