Html Css Color HEX #330048 Blackcurrant

📋 copy color: '#330048'

red 51 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #330048

Tints of Blackcurrant #330048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.46%
G = 0%
B = 58.54%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330048 (or 0x330048) is known color: Blackcurrant. HEX triplet: 33, 00 and 48. RGB value is (51,0,72). Sum of RGB (Red+Green+Blue) = 51+0+72=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #330048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330048 is #CCFFB7. Grayscale: #171717. Windows color (decimal): -13434808 or 4718643. OLE color: 4718643.

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

Color convert

RGB 51 0 72 -
CMYK 0.29 1 0 0.72
HSL 282.5º 1% 0.14% -
HSV(B) 282.5º 1% 0.28% -
XYZ 2.53 1.17 6.22 -
YUV 23.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 51 0 72 0.29 1 0 0.72 282.5 1 0.14
Hex 33 0 48 1D 64 0 48 11A 64 E
Octal 63 0 110 35 144 0 110 432 144 16
Binary 110011 0 1001000 11101 1100100 0 1001000 100011010 1100100 1110

Color Harmonies of #330048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330048

Black with #330048

Text Example


Text Example

White with #330048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330048; }

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

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

background-color css

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

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

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

border-color css

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

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

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