#33034B

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

Shades of Blackcurrant #33034B

Tints of Blackcurrant #33034B

Color information

#33034B (or 0x33034B) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 4B. RGB value is (51,3,75). Sum of RGB (Red+Green+Blue) = 51+3+75=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #33034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33034B is #CCFCB4. Grayscale: #191919. Windows color (decimal): -13434037 or 4916019. OLE color: 4916019.

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

Color convert

RGB51375-
CMYK0.320.9600.71
HSL280º92.31%15.29%-
HSV(B)280º96%29.41%-
XYZ2.671.286.76-
YUV25.56155.9146.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=39.53%
G=2.33%
B=58.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal513750.320.9600.7128092.3115.29
Hex3334B20600471185cf
Octal63311340140010743013417
Binary11001111100101110000011000000100011110001100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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