#36233F

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

Shades of Blackcurrant #36233F

Tints of Blackcurrant #36233F

Color information

#36233F (or 0x36233F) is unknown color: approx Blackcurrant. HEX triplet: 36, 23 and 3F. RGB value is (54,35,63). Sum of RGB (Red+Green+Blue) = 54+35+63=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #36233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36233F is #C9DCC0. Grayscale: #2B2B2B. Windows color (decimal): -13229249 or 4137782. OLE color: 4137782.

HSL color Cylindrical-coordinate representation of color #36233F: hue angle of 280.71º 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 #36233F is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB543563-
CMYK0.140.4400.75
HSL280.71º28.57%19.22%-
HSV(B)280.71º44.44%24.71%-
XYZ3.022.355-
YUV43.87138.79135.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 63 (25% from 255) = 41.45%
R=35.53%
G=23.03%
B=41.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5435630.140.4400.75280.7128.5719.22
Hex36233FE2C04B1191d13
Octal664377165401134313523
Binary1101101000111111111110101100010010111000110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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