Html Css Color HEX #33073C Blackcurrant

📋 copy color: '#33073C'

red 51 ◦ green 7 ◦ blue 60

#33073C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #33073C

Tints of Blackcurrant #33073C

RGB

 RED value IS 51 (20.31% from 255) = 43.22%

 GREEN value IS 7 (3.13% from 255) = 5.93%

 BLUE value IS 60 (23.83% from 255) = 50.85%

R = 43.22%
G = 5.93%
B = 50.85%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33073C (or 0x33073C) is known color: Blackcurrant. HEX triplet: 33, 07 and 3C. RGB value is (51,7,60). Sum of RGB (Red+Green+Blue) = 51+7+60=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #33073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33073C is #CCF8C3. Grayscale: #1A1A1A. Windows color (decimal): -13433028 or 3934003. OLE color: 3934003.

HSL color Cylindrical-coordinate representation of color #33073C: hue angle of 289.81º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33073C is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 7 60 -
CMYK 0.15 0.88 0 0.76
HSL 289.81º 0.79% 0.13% -
HSV(B) 289.81º 0.88% 0.24% -
XYZ 2.26 1.18 4.38 -
YUV 26.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 51 7 60 0.15 0.88 0 0.76 289.81 0.79 0.13
Hex 33 7 3C F 58 0 4C 122 4F D
Octal 63 7 74 17 130 0 114 442 117 15
Binary 110011 111 111100 1111 1011000 0 1001100 100100010 1001111 1101

Color Harmonies of #33073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33073C

Black with #33073C

Text Example


Text Example

White with #33073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33073C;
 }
 .AnyTagClassName
 {
   color: #33073C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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