Html Css Color HEX #331148 Blackcurrant

📋 copy color: '#331148'

red 51 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #331148

Tints of Blackcurrant #331148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 72 (28.52% from 255) = 51.43%

R = 36.43%
G = 12.14%
B = 51.43%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331148 (or 0x331148) is known color: Blackcurrant. HEX triplet: 33, 11 and 48. RGB value is (51,17,72). Sum of RGB (Red+Green+Blue) = 51+17+72=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #331148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331148 is #CCEEB7. Grayscale: #212121. Windows color (decimal): -13430456 or 4722995. OLE color: 4722995.

HSL color Cylindrical-coordinate representation of color #331148: hue angle of 277.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331148 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 17 72 -
CMYK 0.29 0.76 0 0.72
HSL 277.09º 0.62% 0.17% -
HSV(B) 277.09º 0.76% 0.28% -
XYZ 2.74 1.57 6.29 -
YUV 33.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 51 17 72 0.29 0.76 0 0.72 277.09 0.62 0.17
Hex 33 11 48 1D 4C 0 48 115 3E 11
Octal 63 21 110 35 114 0 110 425 76 21
Binary 110011 10001 1001000 11101 1001100 0 1001000 100010101 111110 10001

Color Harmonies of #331148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331148

Black with #331148

Text Example


Text Example

White with #331148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331148; }

 p { color: rgb(51,17,72); }

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

background-color css

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

 a { background-color: rgb(51,17,72); }

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

border-color css

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

 span { border-color: rgb(51,17,72); }

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