Html Css Color HEX #330448 Blackcurrant

📋 copy color: '#330448'

red 51 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #330448

Tints of Blackcurrant #330448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 56.69%

R = 40.16%
G = 3.15%
B = 56.69%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330448 (or 0x330448) is known color: Blackcurrant. HEX triplet: 33, 04 and 48. RGB value is (51,4,72). Sum of RGB (Red+Green+Blue) = 51+4+72=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #330448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330448 is #CCFBB7. Grayscale: #191919. Windows color (decimal): -13433784 or 4719667. OLE color: 4719667.

HSL color Cylindrical-coordinate representation of color #330448: hue angle of 281.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330448 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 4 72 -
CMYK 0.29 0.94 0 0.72
HSL 281.47º 0.89% 0.15% -
HSV(B) 281.47º 0.94% 0.28% -
XYZ 2.58 1.26 6.24 -
YUV 25.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 51 4 72 0.29 0.94 0 0.72 281.47 0.89 0.15
Hex 33 4 48 1D 5E 0 48 119 59 F
Octal 63 4 110 35 136 0 110 431 131 17
Binary 110011 100 1001000 11101 1011110 0 1001000 100011001 1011001 1111

Color Harmonies of #330448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330448

Black with #330448

Text Example


Text Example

White with #330448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330448; }

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

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

background-color css

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

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

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

border-color css

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

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

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