Html Css Color HEX #330451 Blackcurrant

📋 copy color: '#330451'

red 51 ◦ green 4 ◦ blue 81

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

Shades of Blackcurrant #330451

Tints of Blackcurrant #330451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 81 (32.03% from 255) = 59.56%

R = 37.5%
G = 2.94%
B = 59.56%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#330451 (or 0x330451) is known color: Blackcurrant. HEX triplet: 33, 04 and 51. RGB value is (51,4,81). Sum of RGB (Red+Green+Blue) = 51+4+81=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #330451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330451 is #CCFBAE. Grayscale: #1A1A1A. Windows color (decimal): -13433775 or 5309491. OLE color: 5309491.

HSL color Cylindrical-coordinate representation of color #330451: hue angle of 276.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330451 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 4 81 -
CMYK 0.37 0.95 0 0.68
HSL 276.62º 0.91% 0.17% -
HSV(B) 276.62º 0.95% 0.32% -
XYZ 2.89 1.38 7.9 -
YUV 26.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 51 4 81 0.37 0.95 0 0.68 276.62 0.91 0.17
Hex 33 4 51 25 5F 0 44 115 5B 11
Octal 63 4 121 45 137 0 104 425 133 21
Binary 110011 100 1010001 100101 1011111 0 1000100 100010101 1011011 10001

Color Harmonies of #330451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330451

Black with #330451

Text Example


Text Example

White with #330451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330451; }

 p { color: rgb(51,4,81); }

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

background-color css

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

 a { background-color: rgb(51,4,81); }

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

border-color css

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

 span { border-color: rgb(51,4,81); }

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