#33243A

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

Shades of Blackcurrant #33243A

Tints of Blackcurrant #33243A

Color information

#33243A (or 0x33243A) is unknown color: approx Blackcurrant. HEX triplet: 33, 24 and 3A. RGB value is (51,36,58). Sum of RGB (Red+Green+Blue) = 51+36+58=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #33243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33243A is #CCDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13425606 or 3810355. OLE color: 3810355.

HSL color Cylindrical-coordinate representation of color #33243A: hue angle of 280.91º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33243A is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB513658-
CMYK0.120.3800.77
HSL280.91º23.4%18.43%-
HSV(B)280.91º37.93%22.75%-
XYZ2.762.274.3-
YUV42.99136.47133.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 58 (23.05% from 255) = 40%
R=35.17%
G=24.83%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5136580.120.3800.77280.9123.418.43
Hex33243AC2604D1191712
Octal634472144601154312722
Binary1100111001001110101100100110010011011000110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33243A; }

 p { color: rgb(51,36,58); }

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

<style>
 a { background-color: #33243A; }

 a { background-color: rgb(51,36,58); }

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

<style>
 span { border-color: #33243A; }

 span { border-color: rgb(51,36,58); }

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