Html Css Color HEX #33203F Blackcurrant

📋 copy color: '#33203F'

red 51 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #33203F

Tints of Blackcurrant #33203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

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

R = 34.93%
G = 21.92%
B = 43.15%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33203F (or 0x33203F) is known color: Blackcurrant. HEX triplet: 33, 20 and 3F. RGB value is (51,32,63). Sum of RGB (Red+Green+Blue) = 51+32+63=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #33203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33203F is #CCDFC0. Grayscale: #292929. Windows color (decimal): -13426625 or 4137011. OLE color: 4137011.

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

Color convert

RGB 51 32 63 -
CMYK 0.19 0.49 0 0.75
HSL 276.77º 0.33% 0.19% -
HSV(B) 276.77º 0.49% 0.25% -
XYZ 2.78 2.1 4.96 -
YUV 41.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 51 32 63 0.19 0.49 0 0.75 276.77 0.33 0.19
Hex 33 20 3F 13 31 0 4B 115 21 13
Octal 63 40 77 23 61 0 113 425 41 23
Binary 110011 100000 111111 10011 110001 0 1001011 100010101 100001 10011

Color Harmonies of #33203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33203F

Black with #33203F

Text Example


Text Example

White with #33203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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