Html Css Color HEX #330139 Blackcurrant

📋 copy color: '#330139'

red 51 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #330139

Tints of Blackcurrant #330139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 46.79%
G = 0.92%
B = 52.29%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330139 (or 0x330139) is known color: Blackcurrant. HEX triplet: 33, 01 and 39. RGB value is (51,1,57). Sum of RGB (Red+Green+Blue) = 51+1+57=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #330139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330139 is #CCFEC6. Grayscale: #161616. Windows color (decimal): -13434567 or 3735859. OLE color: 3735859.

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

Color convert

RGB 51 1 57 -
CMYK 0.11 0.98 0 0.78
HSL 293.57º 0.97% 0.11% -
HSV(B) 293.57º 0.98% 0.22% -
XYZ 2.11 1.02 3.96 -
YUV 22.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 51 1 57 0.11 0.98 0 0.78 293.57 0.97 0.11
Hex 33 1 39 B 62 0 4E 126 61 B
Octal 63 1 71 13 142 0 116 446 141 13
Binary 110011 1 111001 1011 1100010 0 1001110 100100110 1100001 1011

Color Harmonies of #330139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330139

Black with #330139

Text Example


Text Example

White with #330139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330139; }

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

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

background-color css

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

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

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

border-color css

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

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

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