Html Css Color HEX #330258 Blackcurrant

📋 copy color: '#330258'

red 51 ◦ green 2 ◦ blue 88

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

Shades of Blackcurrant #330258

Tints of Blackcurrant #330258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.41%

R = 36.17%
G = 1.42%
B = 62.41%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#330258 (or 0x330258) is known color: Blackcurrant. HEX triplet: 33, 02 and 58. RGB value is (51,2,88). Sum of RGB (Red+Green+Blue) = 51+2+88=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #330258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330258 is #CCFDA7. Grayscale: #1A1A1A. Windows color (decimal): -13434280 or 5767731. OLE color: 5767731.

HSL color Cylindrical-coordinate representation of color #330258: hue angle of 274.19º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330258 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 2 88 -
CMYK 0.42 0.98 0 0.65
HSL 274.19º 0.96% 0.18% -
HSV(B) 274.19º 0.98% 0.35% -
XYZ 3.15 1.45 9.35 -
YUV 26.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 51 2 88 0.42 0.98 0 0.65 274.19 0.96 0.18
Hex 33 2 58 2A 62 0 41 112 60 12
Octal 63 2 130 52 142 0 101 422 140 22
Binary 110011 10 1011000 101010 1100010 0 1000001 100010010 1100000 10010

Color Harmonies of #330258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330258

Black with #330258

Text Example


Text Example

White with #330258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330258; }

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

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

background-color css

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

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

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

border-color css

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

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

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