Html Css Color HEX #330248 Blackcurrant

📋 copy color: '#330248'

red 51 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #330248

Tints of Blackcurrant #330248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 40.8%
G = 1.6%
B = 57.6%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330248 (or 0x330248) is known color: Blackcurrant. HEX triplet: 33, 02 and 48. RGB value is (51,2,72). Sum of RGB (Red+Green+Blue) = 51+2+72=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #330248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330248 is #CCFDB7. Grayscale: #181818. Windows color (decimal): -13434296 or 4719155. OLE color: 4719155.

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

Color convert

RGB 51 2 72 -
CMYK 0.29 0.97 0 0.72
HSL 282º 0.95% 0.15% -
HSV(B) 282º 0.97% 0.28% -
XYZ 2.56 1.22 6.23 -
YUV 24.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 51 2 72 0.29 0.97 0 0.72 282 0.95 0.15
Hex 33 2 48 1D 61 0 48 11A 5F F
Octal 63 2 110 35 141 0 110 432 137 17
Binary 110011 10 1001000 11101 1100001 0 1001000 100011010 1011111 1111

Color Harmonies of #330248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330248

Black with #330248

Text Example


Text Example

White with #330248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330248; }

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

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

background-color css

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

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

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

border-color css

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

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

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