Html Css Color HEX #33074D Blackcurrant

📋 copy color: '#33074D'

red 51 ◦ green 7 ◦ blue 77

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

Shades of Blackcurrant #33074D

Tints of Blackcurrant #33074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 37.78%
G = 5.19%
B = 57.04%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33074D (or 0x33074D) is known color: Blackcurrant. HEX triplet: 33, 07 and 4D. RGB value is (51,7,77). Sum of RGB (Red+Green+Blue) = 51+7+77=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #33074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33074D is #CCF8B2. Grayscale: #1B1B1B. Windows color (decimal): -13433011 or 5048115. OLE color: 5048115.

HSL color Cylindrical-coordinate representation of color #33074D: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33074D is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 7 77 -
CMYK 0.34 0.91 0 0.70
HSL 277.71º 0.83% 0.16% -
HSV(B) 277.71º 0.91% 0.3% -
XYZ 2.78 1.39 7.14 -
YUV 28.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 51 7 77 0.34 0.91 0 0.70 277.71 0.83 0.16
Hex 33 7 4D 22 5B 0 46 116 53 10
Octal 63 7 115 42 133 0 106 426 123 20
Binary 110011 111 1001101 100010 1011011 0 1000110 100010110 1010011 10000

Color Harmonies of #33074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33074D

Black with #33074D

Text Example


Text Example

White with #33074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33074D; }

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

 H1.HeaderClassName
 {
   color: #33074D;
 }
 .AnyTagClassName
 {
   color: #33074D;
 }
</style>

background-color css

<style>
 a { background-color: #33074D; }

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

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

border-color css

<style>
 span { border-color: #33074D; }

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

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