Html Css Color HEX #330452 Blackcurrant

📋 copy color: '#330452'

red 51 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #330452

Tints of Blackcurrant #330452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 37.23%
G = 2.92%
B = 59.85%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#330452 (or 0x330452) is known color: Blackcurrant. HEX triplet: 33, 04 and 52. RGB value is (51,4,82). Sum of RGB (Red+Green+Blue) = 51+4+82=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #330452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330452 is #CCFBAD. Grayscale: #1A1A1A. Windows color (decimal): -13433774 or 5375027. OLE color: 5375027.

HSL color Cylindrical-coordinate representation of color #330452: hue angle of 276.15º 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 #330452 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 4 82 -
CMYK 0.38 0.95 0 0.68
HSL 276.15º 0.91% 0.17% -
HSV(B) 276.15º 0.95% 0.32% -
XYZ 2.93 1.4 8.1 -
YUV 26.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 51 4 82 0.38 0.95 0 0.68 276.15 0.91 0.17
Hex 33 4 52 26 5F 0 44 114 5B 11
Octal 63 4 122 46 137 0 104 424 133 21
Binary 110011 100 1010010 100110 1011111 0 1000100 100010100 1011011 10001

Color Harmonies of #330452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330452

Black with #330452

Text Example


Text Example

White with #330452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330452; }

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

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

background-color css

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

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

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

border-color css

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

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

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