#33123E

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

Shades of Blackcurrant #33123E

Tints of Blackcurrant #33123E

Color information

#33123E (or 0x33123E) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 3E. RGB value is (51,18,62). Sum of RGB (Red+Green+Blue) = 51+18+62=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #33123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33123E is #CCEDC1. Grayscale: #202020. Windows color (decimal): -13430210 or 4067891. OLE color: 4067891.

HSL color Cylindrical-coordinate representation of color #33123E: hue angle of 285º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33123E is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB511862-
CMYK0.180.7100.76
HSL285º55%15.69%-
HSV(B)285º70.97%24.31%-
XYZ2.451.484.71-
YUV32.88144.43140.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=38.93%
G=13.74%
B=47.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5118620.180.7100.762855515.69
Hex33123E124704C11d3710
Octal6322762210701144356720
Binary110011100101111101001010001110100110010001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33123E; }

 p { color: rgb(51,18,62); }

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

<style>
 a { background-color: #33123E; }

 a { background-color: rgb(51,18,62); }

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

<style>
 span { border-color: #33123E; }

 span { border-color: rgb(51,18,62); }

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