Html Css Color HEX #33213F Blackcurrant

📋 copy color: '#33213F'

red 51 ◦ green 33 ◦ blue 63

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

Shades of Blackcurrant #33213F

Tints of Blackcurrant #33213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42.86%

R = 34.69%
G = 22.45%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33213F (or 0x33213F) is known color: Blackcurrant. HEX triplet: 33, 21 and 3F. RGB value is (51,33,63). Sum of RGB (Red+Green+Blue) = 51+33+63=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #33213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213F is #CCDEC0. Grayscale: #292929. Windows color (decimal): -13426369 or 4137267. OLE color: 4137267.

HSL color Cylindrical-coordinate representation of color #33213F: hue angle of 276º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33213F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 33 63 -
CMYK 0.19 0.48 0 0.75
HSL 276º 0.31% 0.19% -
HSV(B) 276º 0.48% 0.25% -
XYZ 2.81 2.15 4.97 -
YUV 41.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 51 33 63 0.19 0.48 0 0.75 276 0.31 0.19
Hex 33 21 3F 13 30 0 4B 114 1F 13
Octal 63 41 77 23 60 0 113 424 37 23
Binary 110011 100001 111111 10011 110000 0 1001011 100010100 11111 10011

Color Harmonies of #33213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33213F

Black with #33213F

Text Example


Text Example

White with #33213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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