#33034F

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

Shades of Blackcurrant #33034F

Tints of Blackcurrant #33034F

Color information

#33034F (or 0x33034F) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 4F. RGB value is (51,3,79). Sum of RGB (Red+Green+Blue) = 51+3+79=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #33034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33034F is #CCFCB0. Grayscale: #191919. Windows color (decimal): -13434033 or 5178163. OLE color: 5178163.

HSL color Cylindrical-coordinate representation of color #33034F: hue angle of 277.89º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33034F is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51379-
CMYK0.350.9600.69
HSL277.89º92.68%16.08%-
HSV(B)277.89º96.2%30.98%-
XYZ2.811.337.51-
YUV26.02157.9145.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=38.35%
G=2.26%
B=59.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal513790.350.9600.69277.8992.6816.08
Hex3334F23600451165d10
Octal63311743140010542613520
Binary110011111001111100011110000001000101100010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,3,79); }

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

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

 a { background-color: rgb(51,3,79); }

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

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

 span { border-color: rgb(51,3,79); }

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