Html Css Color HEX #330039 Blackcurrant

📋 copy color: '#330039'

red 51 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #330039

Tints of Blackcurrant #330039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.78%

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330039 (or 0x330039) is known color: Blackcurrant. HEX triplet: 33, 00 and 39. RGB value is (51,0,57). Sum of RGB (Red+Green+Blue) = 51+0+57=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #330039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330039 is #CCFFC6. Grayscale: #151515. Windows color (decimal): -13434823 or 3735603. OLE color: 3735603.

HSL color Cylindrical-coordinate representation of color #330039: hue angle of 293.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330039 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 0 57 -
CMYK 0.11 1 0 0.78
HSL 293.68º 1% 0.11% -
HSV(B) 293.68º 1% 0.22% -
XYZ 2.1 1 3.95 -
YUV 21.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 51 0 57 0.11 1 0 0.78 293.68 1 0.11
Hex 33 0 39 B 64 0 4E 126 64 B
Octal 63 0 71 13 144 0 116 446 144 13
Binary 110011 0 111001 1011 1100100 0 1001110 100100110 1100100 1011

Color Harmonies of #330039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330039

Black with #330039

Text Example


Text Example

White with #330039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330039; }

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

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

background-color css

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

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

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

border-color css

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

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

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