Html Css Color HEX #33213C Blackcurrant

📋 copy color: '#33213C'

red 51 ◦ green 33 ◦ blue 60

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

Shades of Blackcurrant #33213C

Tints of Blackcurrant #33213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.92%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 35.42%
G = 22.92%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33213C (or 0x33213C) is known color: Blackcurrant. HEX triplet: 33, 21 and 3C. RGB value is (51,33,60). Sum of RGB (Red+Green+Blue) = 51+33+60=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #33213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213C is #CCDEC3. Grayscale: #292929. Windows color (decimal): -13426372 or 3940659. OLE color: 3940659.

HSL color Cylindrical-coordinate representation of color #33213C: hue angle of 280º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33213C is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 33 60 -
CMYK 0.15 0.45 0 0.76
HSL 280º 0.29% 0.18% -
HSV(B) 280º 0.45% 0.24% -
XYZ 2.72 2.12 4.54 -
YUV 41.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 51 33 60 0.15 0.45 0 0.76 280 0.29 0.18
Hex 33 21 3C F 2D 0 4C 118 1D 12
Octal 63 41 74 17 55 0 114 430 35 22
Binary 110011 100001 111100 1111 101101 0 1001100 100011000 11101 10010

Color Harmonies of #33213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33213C

Black with #33213C

Text Example


Text Example

White with #33213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,33,60); }

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

background-color css

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

 a { background-color: rgb(51,33,60); }

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

border-color css

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

 span { border-color: rgb(51,33,60); }

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