Html Css Color HEX #330138 Blackcurrant

📋 copy color: '#330138'

red 51 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #330138

Tints of Blackcurrant #330138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 47.22%
G = 0.93%
B = 51.85%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330138 (or 0x330138) is known color: Blackcurrant. HEX triplet: 33, 01 and 38. RGB value is (51,1,56). Sum of RGB (Red+Green+Blue) = 51+1+56=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #330138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330138 is #CCFEC7. Grayscale: #161616. Windows color (decimal): -13434568 or 3670323. OLE color: 3670323.

HSL color Cylindrical-coordinate representation of color #330138: hue angle of 294.55º degrees, saturation: 0.96, 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 #330138 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 1 56 -
CMYK 0.09 0.98 0 0.78
HSL 294.55º 0.96% 0.11% -
HSV(B) 294.55º 0.98% 0.22% -
XYZ 2.09 1.01 3.83 -
YUV 22.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 51 1 56 0.09 0.98 0 0.78 294.55 0.96 0.11
Hex 33 1 38 9 62 0 4E 127 60 B
Octal 63 1 70 11 142 0 116 447 140 13
Binary 110011 1 111000 1001 1100010 0 1001110 100100111 1100000 1011

Color Harmonies of #330138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330138

Black with #330138

Text Example


Text Example

White with #330138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330138; }

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

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

background-color css

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

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

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

border-color css

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

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

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