#33073E

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

Shades of Blackcurrant #33073E

Tints of Blackcurrant #33073E

Color information

#33073E (or 0x33073E) is unknown color: approx Blackcurrant. HEX triplet: 33, 07 and 3E. RGB value is (51,7,62). Sum of RGB (Red+Green+Blue) = 51+7+62=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #33073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33073E is #CCF8C1. Grayscale: #1A1A1A. Windows color (decimal): -13433026 or 4065075. OLE color: 4065075.

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

Color convert

RGB51762-
CMYK0.180.8900.76
HSL288º79.71%13.53%-
HSV(B)288º88.71%24.31%-
XYZ2.311.24.67-
YUV26.43148.08145.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=42.5%
G=5.83%
B=51.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal517620.180.8900.7628879.7113.53
Hex3373E125904C12050e
Octal6377622131011444012016
Binary1100111111111101001010110010100110010010000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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