Html Css Color HEX #33154F Blackcurrant

📋 copy color: '#33154F'

red 51 ◦ green 21 ◦ blue 79

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

Shades of Blackcurrant #33154F

Tints of Blackcurrant #33154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 33.77%
G = 13.91%
B = 52.32%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33154F (or 0x33154F) is known color: Blackcurrant. HEX triplet: 33, 15 and 4F. RGB value is (51,21,79). Sum of RGB (Red+Green+Blue) = 51+21+79=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #33154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33154F is #CCEAB0. Grayscale: #242424. Windows color (decimal): -13429425 or 5182771. OLE color: 5182771.

HSL color Cylindrical-coordinate representation of color #33154F: hue angle of 271.03º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33154F is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 21 79 -
CMYK 0.35 0.73 0 0.69
HSL 271.03º 0.58% 0.2% -
HSV(B) 271.03º 0.73% 0.31% -
XYZ 3.04 1.8 7.58 -
YUV 36.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 51 21 79 0.35 0.73 0 0.69 271.03 0.58 0.2
Hex 33 15 4F 23 49 0 45 10F 3A 14
Octal 63 25 117 43 111 0 105 417 72 24
Binary 110011 10101 1001111 100011 1001001 0 1000101 100001111 111010 10100

Color Harmonies of #33154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33154F

Black with #33154F

Text Example


Text Example

White with #33154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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