Html Css Color HEX #330153 Blackcurrant

📋 copy color: '#330153'

red 51 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #330153

Tints of Blackcurrant #330153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.48%

R = 37.78%
G = 0.74%
B = 61.48%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330153 (or 0x330153) is known color: Blackcurrant. HEX triplet: 33, 01 and 53. RGB value is (51,1,83). Sum of RGB (Red+Green+Blue) = 51+1+83=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #330153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330153 is #CCFEAC. Grayscale: #191919. Windows color (decimal): -13434541 or 5439795. OLE color: 5439795.

HSL color Cylindrical-coordinate representation of color #330153: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330153 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 1 83 -
CMYK 0.39 0.99 0 0.67
HSL 276.59º 0.98% 0.16% -
HSV(B) 276.59º 0.99% 0.33% -
XYZ 2.94 1.35 8.29 -
YUV 25.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 51 1 83 0.39 0.99 0 0.67 276.59 0.98 0.16
Hex 33 1 53 27 63 0 43 115 62 10
Octal 63 1 123 47 143 0 103 425 142 20
Binary 110011 1 1010011 100111 1100011 0 1000011 100010101 1100010 10000

Color Harmonies of #330153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330153

Black with #330153

Text Example


Text Example

White with #330153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330153; }

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

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

background-color css

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

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

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

border-color css

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

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

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