Html Css Color HEX #33154D Blackcurrant

📋 copy color: '#33154D'

red 51 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #33154D

Tints of Blackcurrant #33154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 34.23%
G = 14.09%
B = 51.68%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33154D (or 0x33154D) is known color: Blackcurrant. HEX triplet: 33, 15 and 4D. RGB value is (51,21,77). Sum of RGB (Red+Green+Blue) = 51+21+77=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #33154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33154D is #CCEAB2. Grayscale: #242424. Windows color (decimal): -13429427 or 5051699. OLE color: 5051699.

HSL color Cylindrical-coordinate representation of color #33154D: hue angle of 272.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33154D is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 21 77 -
CMYK 0.34 0.73 0 0.70
HSL 272.14º 0.57% 0.19% -
HSV(B) 272.14º 0.73% 0.3% -
XYZ 2.97 1.78 7.21 -
YUV 36.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 51 21 77 0.34 0.73 0 0.70 272.14 0.57 0.19
Hex 33 15 4D 22 49 0 46 110 39 13
Octal 63 25 115 42 111 0 106 420 71 23
Binary 110011 10101 1001101 100010 1001001 0 1000110 100010000 111001 10011

Color Harmonies of #33154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33154D

Black with #33154D

Text Example


Text Example

White with #33154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33154D; }

 p { color: rgb(51,21,77); }

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

background-color css

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

 a { background-color: rgb(51,21,77); }

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

border-color css

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

 span { border-color: rgb(51,21,77); }

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