Html Css Color HEX #33213A Blackcurrant

📋 copy color: '#33213A'

red 51 ◦ green 33 ◦ blue 58

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

Shades of Blackcurrant #33213A

Tints of Blackcurrant #33213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 35.92%
G = 23.24%
B = 40.85%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33213A (or 0x33213A) is known color: Blackcurrant. HEX triplet: 33, 21 and 3A. RGB value is (51,33,58). Sum of RGB (Red+Green+Blue) = 51+33+58=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #33213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213A is #CCDEC5. Grayscale: #292929. Windows color (decimal): -13426374 or 3809587. OLE color: 3809587.

HSL color Cylindrical-coordinate representation of color #33213A: hue angle of 283.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33213A is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 33 58 -
CMYK 0.12 0.43 0 0.77
HSL 283.2º 0.27% 0.18% -
HSV(B) 283.2º 0.43% 0.23% -
XYZ 2.67 2.1 4.27 -
YUV 41.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 51 33 58 0.12 0.43 0 0.77 283.2 0.27 0.18
Hex 33 21 3A C 2B 0 4D 11B 1B 12
Octal 63 41 72 14 53 0 115 433 33 22
Binary 110011 100001 111010 1100 101011 0 1001101 100011011 11011 10010

Color Harmonies of #33213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33213A

Black with #33213A

Text Example


Text Example

White with #33213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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