#33123F

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

Shades of Blackcurrant #33123F

Tints of Blackcurrant #33123F

Color information

#33123F (or 0x33123F) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 3F. RGB value is (51,18,63). Sum of RGB (Red+Green+Blue) = 51+18+63=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #33123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33123F is #CCEDC0. Grayscale: #202020. Windows color (decimal): -13430209 or 4133427. OLE color: 4133427.

HSL color Cylindrical-coordinate representation of color #33123F: hue angle of 284º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33123F is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB511863-
CMYK0.190.7100.75
HSL284º55.56%15.88%-
HSV(B)284º71.43%24.71%-
XYZ2.481.54.86-
YUV33144.93140.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 63 (25% from 255) = 47.73%
R=38.64%
G=13.64%
B=47.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5118630.190.7100.7528455.5615.88
Hex33123F134704B11c3810
Octal6322772310701134347020
Binary110011100101111111001110001110100101110001110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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