Html Css Color HEX #33213E Blackcurrant

📋 copy color: '#33213E'

red 51 ◦ green 33 ◦ blue 62

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

Shades of Blackcurrant #33213E

Tints of Blackcurrant #33213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 34.93%
G = 22.6%
B = 42.47%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33213E (or 0x33213E) is known color: Blackcurrant. HEX triplet: 33, 21 and 3E. RGB value is (51,33,62). Sum of RGB (Red+Green+Blue) = 51+33+62=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #33213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213E is #CCDEC1. Grayscale: #292929. Windows color (decimal): -13426370 or 4071731. OLE color: 4071731.

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

Color convert

RGB 51 33 62 -
CMYK 0.18 0.47 0 0.76
HSL 277.24º 0.31% 0.19% -
HSV(B) 277.24º 0.47% 0.24% -
XYZ 2.78 2.14 4.82 -
YUV 41.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 51 33 62 0.18 0.47 0 0.76 277.24 0.31 0.19
Hex 33 21 3E 12 2F 0 4C 115 1F 13
Octal 63 41 76 22 57 0 114 425 37 23
Binary 110011 100001 111110 10010 101111 0 1001100 100010101 11111 10011

Color Harmonies of #33213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33213E

Black with #33213E

Text Example


Text Example

White with #33213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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