Html Css Color HEX #33154C Blackcurrant

📋 copy color: '#33154C'

red 51 ◦ green 21 ◦ blue 76

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

Shades of Blackcurrant #33154C

Tints of Blackcurrant #33154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 34.46%
G = 14.19%
B = 51.35%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33154C (or 0x33154C) is known color: Blackcurrant. HEX triplet: 33, 15 and 4C. RGB value is (51,21,76). Sum of RGB (Red+Green+Blue) = 51+21+76=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #33154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33154C is #CCEAB3. Grayscale: #242424. Windows color (decimal): -13429428 or 4986163. OLE color: 4986163.

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

Color convert

RGB 51 21 76 -
CMYK 0.33 0.72 0 0.70
HSL 272.73º 0.57% 0.19% -
HSV(B) 272.73º 0.72% 0.3% -
XYZ 2.94 1.76 7.02 -
YUV 36.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 51 21 76 0.33 0.72 0 0.70 272.73 0.57 0.19
Hex 33 15 4C 21 48 0 46 111 39 13
Octal 63 25 114 41 110 0 106 421 71 23
Binary 110011 10101 1001100 100001 1001000 0 1000110 100010001 111001 10011

Color Harmonies of #33154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33154C

Black with #33154C

Text Example


Text Example

White with #33154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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