Html Css Color HEX #331051 Blackcurrant

📋 copy color: '#331051'

red 51 ◦ green 16 ◦ blue 81

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

Shades of Blackcurrant #331051

Tints of Blackcurrant #331051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 34.46%
G = 10.81%
B = 54.73%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#331051 (or 0x331051) is known color: Blackcurrant. HEX triplet: 33, 10 and 51. RGB value is (51,16,81). Sum of RGB (Red+Green+Blue) = 51+16+81=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #331051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331051 is #CCEFAE. Grayscale: #212121. Windows color (decimal): -13430703 or 5312563. OLE color: 5312563.

HSL color Cylindrical-coordinate representation of color #331051: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331051 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 16 81 -
CMYK 0.37 0.80 0 0.68
HSL 272.31º 0.67% 0.19% -
HSV(B) 272.31º 0.8% 0.32% -
XYZ 3.04 1.67 7.95 -
YUV 33.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 51 16 81 0.37 0.80 0 0.68 272.31 0.67 0.19
Hex 33 10 51 25 50 0 44 110 43 13
Octal 63 20 121 45 120 0 104 420 103 23
Binary 110011 10000 1010001 100101 1010000 0 1000100 100010000 1000011 10011

Color Harmonies of #331051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331051

Black with #331051

Text Example


Text Example

White with #331051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331051; }

 p { color: rgb(51,16,81); }

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

background-color css

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

 a { background-color: rgb(51,16,81); }

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

border-color css

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

 span { border-color: rgb(51,16,81); }

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