#35233B

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

Shades of Blackcurrant #35233B

Tints of Blackcurrant #35233B

Color information

#35233B (or 0x35233B) is unknown color: approx Blackcurrant. HEX triplet: 35, 23 and 3B. RGB value is (53,35,59). Sum of RGB (Red+Green+Blue) = 53+35+59=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #35233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35233B is #CADCC4. Grayscale: #2B2B2B. Windows color (decimal): -13294789 or 3875637. OLE color: 3875637.

HSL color Cylindrical-coordinate representation of color #35233B: hue angle of 285º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35233B is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB533559-
CMYK0.100.4100.77
HSL285º25.53%18.43%-
HSV(B)285º40.68%23.14%-
XYZ2.862.274.43-
YUV43.12136.96135.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=36.05%
G=23.81%
B=40.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5335590.100.4100.7728525.5318.43
Hex35233BA2904D11d1a12
Octal654373125101154353222
Binary1101011000111110111010101001010011011000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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