#33044B

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

Shades of Blackcurrant #33044B

Tints of Blackcurrant #33044B

Color information

#33044B (or 0x33044B) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 4B. RGB value is (51,4,75). Sum of RGB (Red+Green+Blue) = 51+4+75=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #33044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33044B is #CCFBB4. Grayscale: #191919. Windows color (decimal): -13433781 or 4916275. OLE color: 4916275.

HSL color Cylindrical-coordinate representation of color #33044B: hue angle of 279.72º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33044B is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB51475-
CMYK0.320.9500.71
HSL279.72º89.87%15.49%-
HSV(B)279.72º94.67%29.41%-
XYZ2.681.36.77-
YUV26.15155.57145.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=39.23%
G=3.08%
B=57.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal514750.320.9500.71279.7289.8715.49
Hex3344B205F0471185af
Octal63411340137010743013217
Binary110011100100101110000010111110100011110001100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,4,75); }

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

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

 a { background-color: rgb(51,4,75); }

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

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

 span { border-color: rgb(51,4,75); }

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